Home | History | Annotate | Download | only in widget

Lines Matching refs:interpolator

57 import android.view.animation.Interpolator;
163 /** Interpolator used for smooth progress animations. */
197 private Interpolator mInterpolator;
268 android.R.anim.linear_interpolator); // default to linear interpolator
1651 * The interpolator is loaded as a resource from the specified context.
1654 * @param resID The resource identifier of the interpolator to load
1664 * @param interpolator The interpolator which defines the acceleration curve
1666 public void setInterpolator(Interpolator interpolator) {
1667 mInterpolator = interpolator;
1673 * @return the {@link Interpolator} associated to this animation
1675 public Interpolator getInterpolator() {