Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DBaseRecyclerViewAnimationsTest.java340 CountDownLatch drawLatch; field in BaseRecyclerViewAnimationsTest.TestRecyclerView
371 drawLatch = new CountDownLatch(count); in expectDraw()
375 drawLatch.await(timeout * (DEBUG ? 100 : 1), TimeUnit.SECONDS); in waitForDraw()
377 0, drawLatch.getCount()); in waitForDraw()
473 if (drawLatch != null) { in dispatchDraw()
474 drawLatch.countDown(); in dispatchDraw()