Home
last modified time | relevance | path

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

/cts/tests/tests/animation/src/android/animation/cts/
DValueAnimatorTest.java529 TimeInterpolator myInterpolator = new TestInterpolator(); in testGetAnimatedValue() local
530 animator.setInterpolator(myInterpolator); in testGetAnimatedValue()
535 assertEquals(myInterpolator.getInterpolation(fraction), in testGetAnimatedValue()
547 TimeInterpolator myInterpolator = new TestInterpolator(); in testGetAnimatedValue_PropertyName() local
548 animator.setInterpolator(myInterpolator); in testGetAnimatedValue_PropertyName()
553 assertEquals(myInterpolator.getInterpolation(fraction), in testGetAnimatedValue_PropertyName()