FileDocCategorySizeDatePackage
LinearInterpolator.javaAPI DocAndroid 5.1 API1472Thu Mar 12 22:22:10 GMT 2015android.view.animation

LinearInterpolator

public class LinearInterpolator extends BaseInterpolator implements com.android.internal.view.animation.NativeInterpolatorFactory
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 longcreateNativeInterpolator()

hide

        return NativeInterpolatorFactoryHelper.createLinearInterpolator();
    
public floatgetInterpolation(float input)

        return input;