Home | History | Annotate | Download | only in launcher2

Lines Matching refs:interpolator

39 import android.view.animation.Interpolator;
556 * @param motionInterpolator The interpolator to use for the location of the view.
557 * @param alphaInterpolator The interpolator to use for the alpha of the view.
568 final Interpolator motionInterpolator, final Interpolator alphaInterpolator,
586 // Fall back to cubic ease out interpolator for the animation if none is specified
587 TimeInterpolator interpolator = null;
589 interpolator = mCubicEaseOutInterpolator;
630 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle,
635 TimeInterpolator interpolator, final Runnable onCompleteRunnable,
654 mDropAnim.setInterpolator(interpolator);