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.java120 MyAnimation myAnimation = new MyAnimation(); in testAccessInterpolator() local
121 Interpolator interpolator = myAnimation.getInterpolator(); in testAccessInterpolator()
124 myAnimation.ensureInterpolator(); in testAccessInterpolator()
125 assertSame(interpolator, myAnimation.getInterpolator()); in testAccessInterpolator()
127 myAnimation.setInterpolator(null); in testAccessInterpolator()
128 assertNull(myAnimation.getInterpolator()); in testAccessInterpolator()
129 myAnimation.ensureInterpolator(); in testAccessInterpolator()
130 interpolator = myAnimation.getInterpolator(); in testAccessInterpolator()
504 MyAnimation myAnimation = new MyAnimation();
506 assertEquals(1.0f, myAnimation.resolveSize(Animation.ABSOLUTE, 1.0f, 0, 0),
[all …]