Home
last modified time | relevance | path

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

/cts/tests/tests/transition/src/android/transition/cts/
DChangeTransformTest.java70 waitForEnd(800); in testTranslation()
90 waitForEnd(800); in testRotation()
110 waitForEnd(800); in testScale()
121 waitForEnd(800); in testReparent()
127 waitForEnd(0); // no transition to run because reparent == false in testReparent()
146 waitForEnd(800); in testReparentWithOverlay()
163 waitForEnd(800); in testReparentWithOverlay()
DVisibilityTest.java67 waitForEnd(800); in testMode()
72 waitForEnd(800); in testMode()
79 waitForEnd(800); in testMode()
84 waitForEnd(0); in testMode()
90 waitForEnd(0); in testMode()
96 waitForEnd(800); in testMode()
DFadeTest.java87 waitForEnd(1000); in testMode()
92 waitForEnd(1000); in testMode()
100 waitForEnd(1000); in testMode()
105 waitForEnd(0); in testMode()
112 waitForEnd(0); in testMode()
118 waitForEnd(1000); in testMode()
198 waitForEnd(1000); // should be much shorter, but why worry about it? in endVisibilityIsCorrect()
DChangeClipBoundsTest.java65 waitForEnd(600); in testChangeClipBounds()
80 waitForEnd(600); in testChangeClipBounds()
DChangeBoundsTest.java91 waitForEnd(5000); in testBasicChangeBounds()
110 waitForEnd(5000); in testResizeClip()
126 waitForEnd(5000); in testResizeClipSmaller()
143 waitForEnd(5000); in testInterruptSameDestination()
163 waitForEnd(5000); in testInterruptSameDestinationResizeClip()
182 waitForEnd(5000); in testInterruptWithReverse()
202 waitForEnd(5000); in testInterruptWithReverseResizeClip()
DBaseTransitionTest.java85 protected void waitForEnd(long waitMillis) { in waitForEnd() method in BaseTransitionTest
86 waitForEnd(mListener, waitMillis); in waitForEnd()
90 protected static void waitForEnd(Transition.TransitionListener listener, long waitMillis) { in waitForEnd() method in BaseTransitionTest
DTransitionManagerTest.java60 waitForEnd(800); in testBeginDelayedTransition()
152 waitForEnd(800); in testGo()
202 waitForEnd(800); in testSetTransition1()
241 waitForEnd(800); in testSetTransition2()
266 waitForEnd(400); in testEndTransitions()
DChangeScrollTest.java77 waitForEnd(800); in testChangeScroll()
DExplodeTest.java87 waitForEnd(5000); in testExplode()
138 waitForEnd(5000); in testImplode()
DTransitionTest.java124 waitForEnd(2000); in testRemoveListener()
376 waitForEnd(2000); in testExcludeTargetView()
446 waitForEnd(5000); in testDuration()
668 waitForEnd(2000); in testMatchOrder()
676 waitForEnd(2000); in testMatchOrder()
DChangeImageTransformTest.java295 waitForEnd(5000); in transformImage()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatedImageDrawableTest.java252 cb.waitForEnd(DURATION * 2); in testUnregisterCallback()
286 cb.waitForEnd(DURATION * 20); in testLifeCycle()
324 cb.waitForEnd(FRAME_DURATION); in testLifeCycleSoftware()
332 cb.waitForEnd(FRAME_DURATION); in testLifeCycleSoftware()
355 cb.waitForEnd(DURATION * 10); in testAddCallbackAfterStart()
383 cb.waitForEnd(DURATION * 3); in testStop()
409 cb.waitForEnd(DURATION * repeatCount); in testRepeatCounts()
414 cb.waitForEnd(DURATION * 20); in testRepeatCounts()
436 cb.waitForEnd(DURATION * 30); in testRepeatCountInfinite()
760 cb.waitForEnd(DURATION * 2); in decodeInBackground()
DAnimatable2Callback.java48 public boolean waitForEnd(long timeoutMs) throws InterruptedException { in waitForEnd() method in Animatable2Callback
DAnimatedVectorDrawableParameterizedTest.java174 if (callback.waitForEnd(50)) { in testAnimationOnLayer()
329 if (callback.waitForEnd(100)) { in testInfiniteAVD()
DAnimatedVectorDrawableTest.java348 callback.waitForEnd(timeout); in waitForAVDStop()