Android APIs
public class

LinearInterpolator

extends BaseInterpolator
implements NativeInterpolatorFactory
java.lang.Object
   ↳ android.view.animation.BaseInterpolator
     ↳ android.view.animation.LinearInterpolator

Class Overview

An interpolator where the rate of change is constant

Summary

Public Constructors
LinearInterpolator()
LinearInterpolator(Context context, AttributeSet attrs)
Public Methods
float getInterpolation(float input)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.android.internal.view.animation.NativeInterpolatorFactory
From interface android.animation.TimeInterpolator

Public Constructors

public LinearInterpolator ()

Added in API level 1

public LinearInterpolator (Context context, AttributeSet attrs)

Added in API level 1

Public Methods

public float getInterpolation (float input)

Added in API level 1