FileDocCategorySizeDatePackage
LinearInterpolator.javaAPI DocAndroid 5.1 API407Sat Mar 14 14:09:42 GMT 2015android.view.animation

LinearInterpolator.java

package android.view.animation;
public class LinearInterpolator
  extends android.view.animation.BaseInterpolator
{
public  LinearInterpolator() { throw new RuntimeException("Stub!"); }
public  LinearInterpolator(android.content.Context context, android.util.AttributeSet attrs) { throw new RuntimeException("Stub!"); }
public  float getInterpolation(float input) { throw new RuntimeException("Stub!"); }
}