Home
last modified time | relevance | path

Searched defs:endLatch (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/animation/src/android/animation/cts/
DPropertyValuesHolderTest.java394 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiFloat_Array() local
489 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiInt_Array() local
537 final CountDownLatch endLatch = new CountDownLatch(3); in testOfObject_Converter() local
657 final CountDownLatch endLatch = new CountDownLatch(2); in testSetConverter() local
DObjectAnimatorTest.java496 final CountDownLatch endLatch = new CountDownLatch(1); in testOfInt_Path() local
612 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiFloat() local
713 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiInt() local
768 final CountDownLatch endLatch = new CountDownLatch(2); in testOfObject_Converter() local
DValueAnimatorTest.java709 final CountDownLatch endLatch = new CountDownLatch(1); in testAnimationDurationNoShortenByTinkeredScale() local
752 final CountDownLatch endLatch = new CountDownLatch(1); in testAnimatorsEnabledImpl() local
DAnimatorSetTest.java155 final CountDownLatch endLatch = new CountDownLatch(1); in verifySequentialPlayOrder() local
/cts/tests/tests/transition/src/android/transition/cts/
DFadeTest.java161 final CountDownLatch endLatch = new CountDownLatch(1); in testFadeOutTransition() local
/cts/tests/fragment/src/android/fragment/cts/
DFragmentAnimatorTest.java563 CountDownLatch endLatch; field in FragmentAnimatorTest.AnimatorFragment