Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java352 final Interpolator motionInterpolator, final Interpolator alphaInterpolator, in animateView() argument
371 if (alphaInterpolator == null || motionInterpolator == null) { in animateView()
387 float motionPercent = motionInterpolator == null ? percent : in animateView()
388 motionInterpolator.getInterpolation(percent); in animateView()