Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/animation/cts/
DAnimationTest.java110 MyAnimation myAnimation = new MyAnimation(); in testAccessInterpolator() local
111 Interpolator interpolator = myAnimation.getInterpolator(); in testAccessInterpolator()
114 myAnimation.ensureInterpolator(); in testAccessInterpolator()
115 assertSame(interpolator, myAnimation.getInterpolator()); in testAccessInterpolator()
117 myAnimation.setInterpolator(null); in testAccessInterpolator()
118 assertNull(myAnimation.getInterpolator()); in testAccessInterpolator()
119 myAnimation.ensureInterpolator(); in testAccessInterpolator()
120 interpolator = myAnimation.getInterpolator(); in testAccessInterpolator()
494 MyAnimation myAnimation = new MyAnimation();
496 assertEquals(1.0f, myAnimation.resolveSize(Animation.ABSOLUTE, 1.0f, 0, 0),
[all …]