File
Doc
Category
Size
Date
Package
LinearInterpolator.java
API Doc
Android 1.5 API
1051
Wed May 06 22:41:56 BST 2009
android.view.animation
LinearInterpolator
java.lang.Object
public class LinearInterpolator extends Object implements Interpolator
An interpolator where the rate of change is constant
Fields Summary
Constructors Summary
public LinearInterpolator
()
public LinearInterpolator
(
android.content.Context
context,
android.util.AttributeSet
attrs)
Methods Summary
public
float
getInterpolation
(
float
input)
return input;
Java Code Source