Added in API level 1

LinearInterpolator

public class LinearInterpolator
extends BaseInterpolator

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


An interpolator where the rate of change is constant

Summary

Public constructors

LinearInterpolator()
LinearInterpolator(Context context, AttributeSet attrs)

Public methods

float getInterpolation(float input)

Inherited methods

Public constructors

LinearInterpolator

Added in API level 1
public LinearInterpolator ()

LinearInterpolator

Added in API level 1
public LinearInterpolator (Context context, 
                AttributeSet attrs)

Parameters
context Context

attrs AttributeSet

Public methods

getInterpolation

Added in API level 1
public float getInterpolation (float input)

Parameters
input float

Returns
float