Home
last modified time | relevance | path

Searched defs:waitForLayout (Results 1 – 6 of 6) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DBaseRecyclerViewInstrumentationTest.java410 public void waitForLayout(long timeout, TimeUnit timeUnit, boolean waitForIdle) in waitForLayout() method in BaseRecyclerViewInstrumentationTest.TestLayoutManager
420 public void waitForLayout(long timeout, TimeUnit timeUnit) in waitForLayout() method in BaseRecyclerViewInstrumentationTest.TestLayoutManager
435 public void waitForLayout(long timeout) throws Throwable { in waitForLayout() method in BaseRecyclerViewInstrumentationTest.TestLayoutManager
439 public void waitForLayout(long timeout, boolean waitForIdle) throws Throwable { in waitForLayout() method in BaseRecyclerViewInstrumentationTest.TestLayoutManager
DLinearLayoutManagerTest.java988 savedStateTest((Config) config.clone(), waitForLayout, in testSavedState() local
999 public void savedStateTest(Config config, boolean waitForLayout, boolean loadDataAfterRestore, in savedStateTest()
DAsyncListUtilLayoutTest.java302 public void waitForLayout(long timeout) throws InterruptedException { in waitForLayout() method in AsyncListUtilLayoutTest.WrappedLinearLayoutManager
DStaggeredGridLayoutManagerTest.java1164 public void savedStateTest(Config config, boolean waitForLayout, boolean loadDataAfterRestore, in savedStateTest()
1781 public void waitForLayout(long timeout) throws InterruptedException { in waitForLayout() method in StaggeredGridLayoutManagerTest.WrappedLayoutManager
1785 public void waitForLayout(long timeout, TimeUnit timeUnit) throws InterruptedException { in waitForLayout() method in StaggeredGridLayoutManagerTest.WrappedLayoutManager
DGridLayoutManagerTest.java1034 public void waitForLayout(int seconds) throws InterruptedException { in waitForLayout() method
DRecyclerViewAnimationsTest.java1382 public void waitForLayout(long timeout, TimeUnit timeUnit) throws Throwable { in waitForLayout() method in RecyclerViewAnimationsTest.AnimationLayoutManager