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
Public constructors | |
---|---|
LinearInterpolator()
|
|
LinearInterpolator(Context context, AttributeSet attrs)
|
Public methods | |
---|---|
float
|
getInterpolation(float input)
|
Inherited methods | |
---|---|
public LinearInterpolator ()
public LinearInterpolator (Context context, AttributeSet attrs)
Parameters | |
---|---|
context |
Context |
attrs |
AttributeSet |
public float getInterpolation (float input)
Parameters | |
---|---|
input |
float |
Returns | |
---|---|
float |