Searched defs:endLatch (Results 1 – 6 of 6) sorted by relevance
394 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiFloat_Array() local489 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiInt_Array() local537 final CountDownLatch endLatch = new CountDownLatch(3); in testOfObject_Converter() local657 final CountDownLatch endLatch = new CountDownLatch(2); in testSetConverter() local
496 final CountDownLatch endLatch = new CountDownLatch(1); in testOfInt_Path() local612 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiFloat() local713 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiInt() local768 final CountDownLatch endLatch = new CountDownLatch(2); in testOfObject_Converter() local
709 final CountDownLatch endLatch = new CountDownLatch(1); in testAnimationDurationNoShortenByTinkeredScale() local752 final CountDownLatch endLatch = new CountDownLatch(1); in testAnimatorsEnabledImpl() local
155 final CountDownLatch endLatch = new CountDownLatch(1); in verifySequentialPlayOrder() local
161 final CountDownLatch endLatch = new CountDownLatch(1); in testFadeOutTransition() local
563 CountDownLatch endLatch; field in FragmentAnimatorTest.AnimatorFragment