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

Most visited

Recently visited

OvershootInterpolator

public class OvershootInterpolator
extends BaseInterpolator

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


An interpolator where the change flings forward and overshoots the last value then comes back.

Summary

Public constructors

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

Public methods

float getInterpolation(float t)

Inherited methods

Public constructors

OvershootInterpolator

public OvershootInterpolator ()

OvershootInterpolator

public OvershootInterpolator (float tension)

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

OvershootInterpolator

public OvershootInterpolator (Context context, 
                AttributeSet attrs)

Parameters
context Context

attrs AttributeSet

Public methods

getInterpolation

public float getInterpolation (float t)

Parameters
t float

Returns
float