Searched defs:getOnMainSync (Results 1 – 8 of 8) sorted by relevance
38 public static <T> T getOnMainSync(@NonNull Supplier<T> supplier) { in getOnMainSync() method in TestUtils
156 private <R> R getOnMainSync(Supplier<R> f) { in getOnMainSync() method in LocationInWindowTests
142 private <R> R getOnMainSync(Supplier<R> f) { in getOnMainSync() method in LocationOnScreenTests
259 private <R> R getOnMainSync(Supplier<R> f) { in getOnMainSync() method in WindowInsetsPolicyTest
1162 private <R> R getOnMainSync(Supplier<R> f) { in getOnMainSync() method in WindowInsetsControllerTests
124 fun <T> getOnMainSync(block: () -> T): T { in getOnMainSync() method
364 private <T> T getOnMainSync(@NonNull Supplier<T> supplier) throws Throwable { in getOnMainSync() method in ViewInputConnectionTest
128 public static <T> T getOnMainSync(@NonNull Supplier<T> supplier) { in getOnMainSync() method in TestUtils