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

  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationTestUtils.java 29 public final class AnimationTestUtils {
36 private AnimationTestUtils() {
LayoutAnimationControllerTest.java 79 AnimationTestUtils.assertRunController(getInstrumentation(), mListView, mController,
123 AnimationTestUtils.assertRunController(getInstrumentation(), mListView, mController,
168 AnimationTestUtils.assertRunController(getInstrumentation(), mListView, mController,
240 AnimationTestUtils.assertRunController(getInstrumentation(), mListView, mController,
254 AnimationTestUtils.assertRunController(getInstrumentation(), mListView, mController,
307 AnimationTestUtils.assertRunController(getInstrumentation(), mListView, mController,
320 AnimationTestUtils.assertRunController(getInstrumentation(), mListView, mController,
365 AnimationTestUtils.assertRunController(getInstrumentation(), mListView, controller,
421 AnimationTestUtils.assertRunController(getInstrumentation(), mListView, mController,
430 AnimationTestUtils.assertRunController(getInstrumentation(), mListView, mController
    [all...]
DecelerateInterpolatorTest.java 86 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim);
120 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim);
GridLayoutAnimationControllerTest.java 93 AnimationTestUtils.assertRunController(getInstrumentation(), mGridView, mController,
103 AnimationTestUtils.assertRunController(getInstrumentation(), mGridView, mController,
181 AnimationTestUtils.assertRunController(getInstrumentation(), mGridView, mController,
228 AnimationTestUtils.assertRunController(getInstrumentation(), mGridView, mController,
316 AnimationTestUtils.assertRunController(getInstrumentation(), mGridView, controller,
343 AnimationTestUtils.assertRunController(getInstrumentation(), mGridView, mController,
376 AnimationTestUtils.assertRunController(getInstrumentation(), mGridView, mController,
AccelerateDecelerateInterpolatorTest.java 77 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim);
LinearInterpolatorTest.java 81 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim);
AccelerateInterpolatorTest.java 83 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim);
117 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim);
AnimationTest.java 122 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, animation);
143 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, animation);
161 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, animation);
208 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim);
348 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow,
394 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim);
562 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim);
571 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim, 3000);
RotateAnimationTest.java 96 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, rotateAnimation);
152 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, rotateAnimation);
TranslateAnimationTest.java 97 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, translateAnimation);
165 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, translateAnimation);
CycleInterpolatorTest.java 76 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim);
115 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim);
ScaleAnimationTest.java 114 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, scaleAnimation);
AnimationSetTest.java 292 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, animationSet);
  /cts/tests/tests/view/src/android/view/cts/
View_AnimationTest.java 25 import android.view.animation.cts.AnimationTestUtils;
67 AnimationTestUtils.assertRunAnimation(getInstrumentation(), view, mAnimation, TIME_OUT);
86 AnimationTestUtils.assertRunAnimation(getInstrumentation(), view, mAnimation, TIME_OUT);

Completed in 100 milliseconds