Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DDragLayer.java568 final Interpolator motionInterpolator, final Interpolator alphaInterpolator, in animateView() argument
588 if (alphaInterpolator == null || motionInterpolator == null) { in animateView()
604 float motionPercent = motionInterpolator == null ? percent : in animateView()
605 motionInterpolator.getInterpolation(percent); in animateView()
/packages/apps/Launcher3/src/com/android/launcher3/
DDragLayer.java673 final Interpolator motionInterpolator, final Interpolator alphaInterpolator, in animateView() argument
692 if (alphaInterpolator == null || motionInterpolator == null) { in animateView()
708 float motionPercent = motionInterpolator == null ? percent : in animateView()
709 motionInterpolator.getInterpolation(percent); in animateView()