Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DLinearLayoutManagerTest.java717 savedStateTest((Config) config.clone(), waitForLayout, postLayoutRunnable, in testSavedState() local
727 public void savedStateTest(Config config, boolean waitForLayout, in savedStateTest()
918 public void waitForLayout(long timeout) throws InterruptedException { in waitForLayout() method in LinearLayoutManagerTest.WrappedLinearLayoutManager
953 private void waitForLayout(long timeout, TimeUnit timeUnit) throws InterruptedException { in waitForLayout() method in LinearLayoutManagerTest.WrappedLinearLayoutManager
DBaseRecyclerViewInstrumentationTest.java332 public void waitForLayout(long timeout, TimeUnit timeUnit) throws Throwable { in waitForLayout() method in BaseRecyclerViewInstrumentationTest.TestLayoutManager
349 public void waitForLayout(long timeout) throws Throwable { in waitForLayout() method in BaseRecyclerViewInstrumentationTest.TestLayoutManager
DStaggeredGridLayoutManagerTest.java1038 public void savedStateTest(Config config, boolean waitForLayout, in savedStateTest()
1590 public void waitForLayout(long timeout) throws InterruptedException { in waitForLayout() method in StaggeredGridLayoutManagerTest.WrappedLayoutManager
1594 public void waitForLayout(long timeout, TimeUnit timeUnit) throws InterruptedException { in waitForLayout() method in StaggeredGridLayoutManagerTest.WrappedLayoutManager
DGridLayoutManagerTest.java623 public void waitForLayout(int seconds) throws InterruptedException { in waitForLayout() method in GridLayoutManagerTest.WrappedGridLayoutManager
DRecyclerViewAnimationsTest.java995 public void waitForLayout(long timeout, TimeUnit timeUnit) throws Throwable { in waitForLayout() method in RecyclerViewAnimationsTest.AnimationLayoutManager