HomeSort by relevance Sort by last modified time
    Searched full:myanimation (Results 1 - 1 of 1) sorted by null

  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationTest.java 123 MyAnimation myAnimation = new MyAnimation();
124 Interpolator interpolator = myAnimation.getInterpolator();
127 myAnimation.ensureInterpolator();
128 assertSame(interpolator, myAnimation.getInterpolator());
130 myAnimation.setInterpolator(null);
131 assertNull(myAnimation.getInterpolator());
132 myAnimation.ensureInterpolator();
133 interpolator = myAnimation.getInterpolator()
    [all...]

Completed in 50 milliseconds