Searched defs:waitForLayout (Results 1 – 5 of 5) sorted by relevance
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | LinearLayoutManagerTest.java | 717 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
|
D | BaseRecyclerViewInstrumentationTest.java | 332 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
|
D | StaggeredGridLayoutManagerTest.java | 1038 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
|
D | GridLayoutManagerTest.java | 623 public void waitForLayout(int seconds) throws InterruptedException { in waitForLayout() method in GridLayoutManagerTest.WrappedGridLayoutManager
|
D | RecyclerViewAnimationsTest.java | 995 public void waitForLayout(long timeout, TimeUnit timeUnit) throws Throwable { in waitForLayout() method in RecyclerViewAnimationsTest.AnimationLayoutManager
|