android.view.animation.AccelerateDecelerateInterpolator
An interpolator where the rate of change starts and ends slowly but
accelerates through the middle.
Summary
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
AccelerateDecelerateInterpolator()
Public Methods
public
float
getInterpolation(float input)
Maps a point on the timeline to a multiplier to be applied to the
transformations of an animation.