Searched defs:alphaInterpolator (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragLayer.java557 * @param alphaInterpolator The interpolator to use for the alpha of the view.
568 final Interpolator motionInterpolator, final Interpolator alphaInterpolator,
588 if (alphaInterpolator == null || motionInterpolator == null) {
602 float alphaPercent = alphaInterpolator == null ? percent :
603 alphaInterpolator.getInterpolation(percent);
565 animateView(final DragView view, final Rect from, final Rect to, final float finalAlpha, final float initScaleX, final float initScaleY, final float finalScaleX, final float finalScaleY, int duration, final Interpolator motionInterpolator, final Interpolator alphaInterpolator, final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) argument
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragLayer.java586 * @param alphaInterpolator The interpolator to use for the alpha of the view.
597 final Interpolator motionInterpolator, final Interpolator alphaInterpolator,
617 if (alphaInterpolator == null || motionInterpolator == null) {
631 float alphaPercent = alphaInterpolator == null ? percent :
632 alphaInterpolator.getInterpolation(percent);
594 animateView(final DragView view, final Rect from, final Rect to, final float finalAlpha, final float initScaleX, final float initScaleY, final float finalScaleX, final float finalScaleY, int duration, final Interpolator motionInterpolator, final Interpolator alphaInterpolator, final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) argument

Completed in 51 milliseconds