Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DAnimatorLeakTest.java96 final CountDownLatch animatorStartedLatch = new CountDownLatch(1); in testPauseResume() local
121 animatorStartedLatch.countDown(); in testPauseResume()
170 animatorStartedLatch.await(5, TimeUnit.SECONDS); in testPauseResume()
213 final CountDownLatch animatorStartedLatch = new CountDownLatch(1); in testPauseDisablement() local
227 animatorStartedLatch.countDown(); in testPauseDisablement()
257 animatorStartedLatch.await(5, TimeUnit.SECONDS); in testPauseDisablement()