Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatedVectorDrawableParameterizedTest.java198 final CountDownLatch frameLatch = new CountDownLatch(frameCount); in waitWhilePumpingFrames() local
201 if (frameLatch.getCount() > 0) { in waitWhilePumpingFrames()
202 frameLatch.countDown(); in waitWhilePumpingFrames()
208 return frameLatch.await(timeout, TimeUnit.MILLISECONDS); in waitWhilePumpingFrames()