Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/tests/animation/src/android/animation/cts/
H A 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
H A 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
H A DValueAnimatorTest.java709 final CountDownLatch endLatch = new CountDownLatch(1); in testAnimationDurationNoShortenByTinkeredScale() local
752 final CountDownLatch endLatch = new CountDownLatch(1); in testAnimatorsEnabledImpl() local
H A DAnimatorSetTest.java155 final CountDownLatch endLatch = new CountDownLatch(1); in verifySequentialPlayOrder() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/transition/
H A DSlideTransitionTest.java108 public CountDownLatch endLatch = new CountDownLatch(1); field in SlideTransitionTest.TransitionLatch
H A DFadeTransitionTest.java207 public CountDownLatch endLatch = new CountDownLatch(1); field in FadeTransitionTest.TransitionLatch
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/os/
H A DMessageQueuePerfTest.java70 EnqueueThread(CountDownLatch startLatch, CountDownLatch endLatch, Handler handler, in EnqueueThread()
/aosp_15_r20/cts/tests/tests/transition/src/android/transition/cts/
H A DFadeTest.java161 final CountDownLatch endLatch = new CountDownLatch(1); in testFadeOutTransition() local
/aosp_15_r20/cts/tests/fragment/src/android/fragment/cts/
H A DFragmentAnimatorTest.java563 CountDownLatch endLatch; field in FragmentAnimatorTest.AnimatorFragment