Searched refs:drawLatch (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseRecyclerViewAnimationsTest.java336 CountDownLatch drawLatch; field in class:BaseRecyclerViewAnimationsTest.TestRecyclerView
367 drawLatch = new CountDownLatch(count);
371 drawLatch.await(timeout * (DEBUG ? 100 : 1), TimeUnit.SECONDS);
373 0, drawLatch.getCount());
469 if (drawLatch != null) {
470 drawLatch.countDown();

Completed in 27 milliseconds