FileDocCategorySizeDatePackage
LinearInterpolator.javaAPI DocAndroid 1.5 API1051Wed May 06 22:41:56 BST 2009android.view.animation

LinearInterpolator

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 floatgetInterpolation(float input)

        return input;