HomeSort by relevance Sort by last modified time
    Searched refs:waitForEnd (Results 1 - 15 of 15) sorted by null

  /cts/tests/tests/transition/src/android/transition/cts/
ChangeTransformTest.java 70 waitForEnd(800);
90 waitForEnd(800);
110 waitForEnd(800);
121 waitForEnd(800);
127 waitForEnd(0); // no transition to run because reparent == false
146 waitForEnd(800);
163 waitForEnd(800);
VisibilityTest.java 67 waitForEnd(800);
72 waitForEnd(800);
79 waitForEnd(800);
84 waitForEnd(0);
90 waitForEnd(0);
96 waitForEnd(800);
ChangeClipBoundsTest.java 65 waitForEnd(600);
80 waitForEnd(600);
FadeTest.java 87 waitForEnd(1000);
92 waitForEnd(1000);
100 waitForEnd(1000);
105 waitForEnd(0);
112 waitForEnd(0);
118 waitForEnd(1000);
198 waitForEnd(1000); // should be much shorter, but why worry about it?
ChangeScrollTest.java 77 waitForEnd(800);
BaseTransitionTest.java 85 protected void waitForEnd(long waitMillis) {
86 waitForEnd(mListener, waitMillis);
90 protected static void waitForEnd(Transition.TransitionListener listener, long waitMillis) {
TransitionManagerTest.java 60 waitForEnd(800);
152 waitForEnd(800);
202 waitForEnd(800);
241 waitForEnd(800);
266 waitForEnd(400);
ChangeBoundsTest.java 91 waitForEnd(5000);
110 waitForEnd(5000);
126 waitForEnd(5000);
143 waitForEnd(5000);
163 waitForEnd(5000);
182 waitForEnd(5000);
202 waitForEnd(5000);
ExplodeTest.java 87 waitForEnd(5000);
138 waitForEnd(5000);
TransitionTest.java 124 waitForEnd(2000);
376 waitForEnd(2000);
446 waitForEnd(5000);
668 waitForEnd(2000);
676 waitForEnd(2000);
    [all...]
ChangeImageTransformTest.java 295 waitForEnd(5000);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
Animatable2Callback.java 48 public boolean waitForEnd(long timeoutMs) throws InterruptedException {
AnimatedImageDrawableTest.java 246 cb.waitForEnd(DURATION * 2);
277 cb.waitForEnd(DURATION * 20);
314 cb.waitForEnd(FRAME_DURATION);
322 cb.waitForEnd(FRAME_DURATION);
342 cb.waitForEnd(DURATION * 10);
369 cb.waitForEnd(DURATION * 3);
391 cb.waitForEnd(DURATION * repeatCount);
394 cb.waitForEnd(DURATION * 20);
416 cb.waitForEnd(DURATION * 30);
AnimatedVectorDrawableParameterizedTest.java 174 if (callback.waitForEnd(50)) {
332 if (callback.waitForEnd(100)) {
AnimatedVectorDrawableTest.java 348 callback.waitForEnd(timeout);

Completed in 362 milliseconds