Home
last modified time | relevance | path

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

/cts/tests/tests/animation/src/android/animation/cts/
DPropertyValuesHolderTest.java379 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiFloat_Array() local
474 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiInt_Array() local
522 final CountDownLatch endLatch = new CountDownLatch(3); in testOfObject_Converter() local
642 final CountDownLatch endLatch = new CountDownLatch(2); in testSetConverter() local
DObjectAnimatorTest.java442 final CountDownLatch endLatch = new CountDownLatch(1); in testOfInt_Path() local
558 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiFloat() local
659 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiInt() local
714 final CountDownLatch endLatch = new CountDownLatch(2); in testOfObject_Converter() local
DAnimatorSetTest.java142 final CountDownLatch endLatch = new CountDownLatch(1); in verifySequentialPlayOrder() local
DValueAnimatorTest.java654 final CountDownLatch endLatch = new CountDownLatch(1); in testAnimatorsEnabledImpl() local
/cts/tests/fragment/src/android/fragment/cts/
DFragmentAnimatorTest.java562 CountDownLatch endLatch; field in FragmentAnimatorTest.AnimatorFragment