Home
last modified time | relevance | path

Searched defs:layoutLatch (Results 1 – 4 of 4) sorted by relevance

/recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DBaseLinearLayoutManagerTest.java431 CountDownLatch layoutLatch; field in BaseLinearLayoutManagerTest.WrappedLinearLayoutManager
DBaseStaggeredGridLayoutManagerTest.java493 CountDownLatch layoutLatch; field in BaseStaggeredGridLayoutManagerTest.WrappedLayoutManager
DBaseRecyclerViewInstrumentationTest.java606 protected CountDownLatch layoutLatch; field in BaseRecyclerViewInstrumentationTest.TestLayoutManager
DRecyclerViewLayoutTest.java1421 final CountDownLatch layoutLatch = new CountDownLatch(1); in moveAndUpdateCachedViews() local