android.view.animation
Class DecelerateInterpolator
java.lang.Object
android.view.animation.DecelerateInterpolator
- All Implemented Interfaces:
- TimeInterpolator, Interpolator
public class DecelerateInterpolator
- extends Object
- implements Interpolator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DecelerateInterpolator
public DecelerateInterpolator()
DecelerateInterpolator
public DecelerateInterpolator(float factor)
DecelerateInterpolator
public DecelerateInterpolator(Context context,
AttributeSet attrs)
getInterpolation
public float getInterpolation(float input)
- Specified by:
getInterpolation
in interface TimeInterpolator
Copyright © 2008-2012. All Rights Reserved.