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

Most visited

Recently visited

BounceInterpolator

public class BounceInterpolator
extends BaseInterpolator

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


An interpolator where the change bounces at the end.

Summary

Public constructors

BounceInterpolator()
BounceInterpolator(Context context, AttributeSet attrs)

Public methods

float getInterpolation(float t)

Inherited methods

Public constructors

BounceInterpolator

public BounceInterpolator ()

BounceInterpolator

public BounceInterpolator (Context context, 
                AttributeSet attrs)

Parameters
context Context

attrs AttributeSet

Public methods

getInterpolation

public float getInterpolation (float t)

Parameters
t float

Returns
float