Added in API level 4

AnticipateInterpolator

public class AnticipateInterpolator
extends BaseInterpolator

java.lang.Object
   ↳ android.view.animation.BaseInterpolator
     ↳ android.view.animation.AnticipateInterpolator


An interpolator where the change starts backward then flings forward.

Summary

Public constructors

AnticipateInterpolator()
AnticipateInterpolator(float tension)
AnticipateInterpolator(Context context, AttributeSet attrs)

Public methods

float getInterpolation(float t)

Inherited methods

Public constructors

AnticipateInterpolator

Added in API level 4
public AnticipateInterpolator ()

AnticipateInterpolator

Added in API level 4
public AnticipateInterpolator (float tension)

Parameters
tension float: Amount of anticipation. When tension equals 0.0f, there is no anticipation and the interpolator becomes a simple acceleration interpolator.

AnticipateInterpolator

Added in API level 4
public AnticipateInterpolator (Context context, 
                AttributeSet attrs)

Parameters
context Context

attrs AttributeSet

Public methods

getInterpolation

Added in API level 4
public float getInterpolation (float t)

Parameters
t float

Returns
float