Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/anim/
DAnimatorPlaybackController.java270 dispatchSetInterpolatorRecursively(mAnim, interpolator); in dispatchSetInterpolator()
273 private void dispatchSetInterpolatorRecursively(Animator anim, TimeInterpolator interpolator) { in dispatchSetInterpolatorRecursively() method in AnimatorPlaybackController
277 dispatchSetInterpolatorRecursively(child, interpolator); in dispatchSetInterpolatorRecursively()