Most visited

Recently visited

Added in API level 1

LinearInterpolator

public class LinearInterpolator
extends BaseInterpolator implements NativeInterpolatorFactory

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

From class java.lang.Object
From interface com.android.internal.view.animation.NativeInterpolatorFactory
From interface android.animation.TimeInterpolator

Public constructors

LinearInterpolator

Added in API level 1
LinearInterpolator ()

LinearInterpolator

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

Parameters
context Context
attrs AttributeSet

Public methods

getInterpolation

Added in API level 1
float getInterpolation (float input)

Parameters
input float
Returns
float

Hooray!