HomeSort by relevance Sort by last modified time
    Searched defs:layoutLatch (Results 1 - 3 of 3) sorted by null

  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseRecyclerViewInstrumentationTest.java 144 while (lm.layoutLatch.getCount() > 0) {
145 lm.layoutLatch.countDown();
395 if (layoutLatch != null) {
396 layoutLatch.countDown();
404 protected CountDownLatch layoutLatch;
407 layoutLatch = new CountDownLatch(count);
412 layoutLatch.await(timeout * (mDebug ? 100 : 1), timeUnit);
414 0, layoutLatch.getCount());
426 layoutLatch.await(timeout, TimeUnit.SECONDS);
427 assertEquals(msg, count, layoutLatch.getCount())
    [all...]
StaggeredGridLayoutManagerTest.java     [all...]
RecyclerViewAnimationsTest.java 687 mLayoutManager.layoutLatch.countDown();
    [all...]

Completed in 276 milliseconds