Searched defs:layoutLatch (Results 1 – 4 of 4) sorted by relevance
| /recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/ | ||
| D | BaseLinearLayoutManagerTest.java | 431 CountDownLatch layoutLatch; field in BaseLinearLayoutManagerTest.WrappedLinearLayoutManager |
| D | BaseStaggeredGridLayoutManagerTest.java | 493 CountDownLatch layoutLatch; field in BaseStaggeredGridLayoutManagerTest.WrappedLayoutManager |
| D | BaseRecyclerViewInstrumentationTest.java | 606 protected CountDownLatch layoutLatch; field in BaseRecyclerViewInstrumentationTest.TestLayoutManager |
| D | RecyclerViewLayoutTest.java | 1421 final CountDownLatch layoutLatch = new CountDownLatch(1); in moveAndUpdateCachedViews() local |