Home
last modified time | relevance | path

Searched defs:seconds (Results 1 – 10 of 10) sorted by relevance

/recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DBaseGridLayoutManagerTest.java261 public void waitForLayout(int seconds) throws Throwable { in waitForLayout()
278 public void waitForPrefetch(int seconds) throws Throwable { in waitForPrefetch()
307 public void waitForSnap(int seconds) throws Throwable { in waitForSnap()
DDefaultItemAnimatorTest.java134 void runAndWait(int itemCount, int seconds) throws Throwable { in runAndWait()
138 void runAndWait(int itemCount, int seconds, final ThrowingRunnable postRun) throws Throwable { in runAndWait()
156 void waitForItems(int itemCount, int seconds) throws InterruptedException { in waitForItems()
DTestContentView.java65 public void awaitLayouts(int seconds) throws InterruptedException { in awaitLayouts()
DTestedFrameLayout.java51 public void waitForDraw(int seconds) throws InterruptedException { in waitForDraw()
59 public void waitForLayout(int seconds) throws InterruptedException { in waitForLayout()
DBaseLinearLayoutManagerTest.java481 public void waitForLayout(int seconds) throws Throwable { in waitForLayout()
505 public void waitForPrefetch(int seconds) throws Throwable { in waitForPrefetch()
525 public void waitForSnap(int seconds) throws Throwable { in waitForSnap()
DLoggingItemAnimator.java133 public void waitForPendingAnimationsCall(int seconds) throws InterruptedException { in waitForPendingAnimationsCall()
DBaseStaggeredGridLayoutManagerTest.java511 public void waitForLayout(int seconds) throws Throwable { in waitForLayout()
528 public void waitForPrefetch(int seconds) throws Throwable { in waitForPrefetch()
557 public void waitForSnap(int seconds) throws Throwable { in waitForSnap()
DAsyncListUtilLayoutTest.java325 public void waitForLayout(int seconds) throws Throwable { in waitForLayout()
DBaseRecyclerViewInstrumentationTest.java295 void waitForAnimations(int seconds) throws Throwable { in waitForAnimations()
314 public void waitForDraw(int seconds) throws Throwable { in waitForDraw()
613 public void waitForLayout(int seconds) throws Throwable { in waitForLayout()
DRecyclerViewLayoutTest.java1566 public void waitForDraw(int seconds) throws InterruptedException { in scrollToPositionCallback()