FileDocCategorySizeDatePackage
PathInterpolator.javaAPI DocAndroid 5.1 API655Sat Mar 14 14:09:42 GMT 2015android.view.animation

PathInterpolator.java

package android.view.animation;
public class PathInterpolator
  extends android.view.animation.BaseInterpolator
{
public  PathInterpolator(android.graphics.Path path) { throw new RuntimeException("Stub!"); }
public  PathInterpolator(float controlX, float controlY) { throw new RuntimeException("Stub!"); }
public  PathInterpolator(float controlX1, float controlY1, float controlX2, float controlY2) { throw new RuntimeException("Stub!"); }
public  PathInterpolator(android.content.Context context, android.util.AttributeSet attrs) { throw new RuntimeException("Stub!"); }
public  float getInterpolation(float t) { throw new RuntimeException("Stub!"); }
}