# Print output for @column tags ?> AnticipateInterpolator - Android SDK | Android Developers

Most visited

Recently visited

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

public AnticipateInterpolator ()

AnticipateInterpolator

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

public AnticipateInterpolator (Context context, 
                AttributeSet attrs)

Parameters
context Context

attrs AttributeSet

Public methods

getInterpolation

public float getInterpolation (float t)

Parameters
t float

Returns
float