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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewAnimationsTest.java1126 CountDownLatch drawLatch; field in class:RecyclerViewAnimationsTest.TestRecyclerView
1152 drawLatch = new CountDownLatch(count);
1156 drawLatch.await(timeout * (DEBUG ? 100 : 1), TimeUnit.SECONDS);
1158 0, drawLatch.getCount());
1254 if (drawLatch != null) {
1255 drawLatch.countDown();

Completed in 44 milliseconds