Home
last modified time | relevance | path

Searched refs:alphaInterpolator (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()
602 float alphaPercent = alphaInterpolator == null ? percent : in animateView()
603 alphaInterpolator.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()
706 float alphaPercent = alphaInterpolator == null ? percent : in animateView()
707 alphaInterpolator.getInterpolation(percent); in animateView()