HomeSort by relevance Sort by last modified time
    Searched defs:assertRunAnimation (Results 1 - 11 of 11) sorted by null

  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationTestUtils.java 53 public static void assertRunAnimation(final Instrumentation instrumentation,
56 assertRunAnimation(instrumentation, activityTestRule, view, animation,
70 public static void assertRunAnimation(final Instrumentation instrumentation,
AccelerateDecelerateInterpolatorTest.java 93 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, anim);
AccelerateInterpolatorTest.java 99 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, anim);
133 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, anim);
LinearInterpolatorTest.java 99 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, anim);
DecelerateInterpolatorTest.java 102 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, anim);
136 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, anim);
RotateAnimationTest.java 111 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow,
169 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow,
TranslateAnimationTest.java 113 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow,
183 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow,
AnimationTest.java 156 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow,
178 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow,
197 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow,
247 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, anim);
360 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow,
407 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, anim);
573 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, anim);
582 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, anim,
CycleInterpolatorTest.java 91 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, anim);
130 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow, anim);
AnimationSetTest.java 319 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, animWindow,
  /cts/tests/tests/view/src/android/view/cts/
View_AnimationTest.java 81 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, view, mAnimation,
97 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, view, mAnimation,

Completed in 1994 milliseconds