android.view.animation.CycleInterpolator
Repeats the animation for a specified number of cycles. The
rate of change follows a sinusoidal pattern.
Summary
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
CycleInterpolator(float cycles)
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.