Home
last modified time | relevance | path

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

/cts/tests/tests/animation/src/android/animation/cts/
DValueAnimatorTest.java821 final CountDownLatch durationScaleUpdateLatch = new CountDownLatch(1); in testDurationScaleListenerOnChange() local
824 durationScaleUpdateLatch.countDown(); in testDurationScaleListenerOnChange()
830 assertTrue(durationScaleUpdateLatch.await(100, TimeUnit.MILLISECONDS)); in testDurationScaleListenerOnChange()