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.java281 dispatchSetInterpolatorRecursively(mAnim, interpolator); in dispatchSetInterpolator()
284 private void dispatchSetInterpolatorRecursively(Animator anim, TimeInterpolator interpolator) { in dispatchSetInterpolatorRecursively() method in AnimatorPlaybackController
288 dispatchSetInterpolatorRecursively(child, interpolator); in dispatchSetInterpolatorRecursively()