Home
last modified time | relevance | path

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

/cts/tests/tests/animation/src/android/animation/cts/
DAnimationActivity.java83 TimeInterpolator timeInterpolator, float start, float end){ in createAnimator() argument
87 valueAnimator.setInterpolator(timeInterpolator); in createAnimator()
113 long duration, int repeatCount, int repeatMode, TimeInterpolator timeInterpolator, in createObjectAnimatorForInt() argument
119 objAnimator.setInterpolator(timeInterpolator); in createObjectAnimatorForInt()