Searched refs:myAnimation (Results 1 – 1 of 1) sorted by relevance
109 MyAnimation myAnimation = new MyAnimation(); in testAccessInterpolator() local110 Interpolator interpolator = myAnimation.getInterpolator(); in testAccessInterpolator()113 myAnimation.ensureInterpolator(); in testAccessInterpolator()114 assertSame(interpolator, myAnimation.getInterpolator()); in testAccessInterpolator()116 myAnimation.setInterpolator(null); in testAccessInterpolator()117 assertNull(myAnimation.getInterpolator()); in testAccessInterpolator()118 myAnimation.ensureInterpolator(); in testAccessInterpolator()119 interpolator = myAnimation.getInterpolator(); in testAccessInterpolator()493 MyAnimation myAnimation = new MyAnimation();495 assertEquals(1.0f, myAnimation.resolveSize(Animation.ABSOLUTE, 1.0f, 0, 0),[all …]