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

PathInterpolator

public class PathInterpolator extends android.view.animation.BaseInterpolator

Fields Summary
Constructors Summary
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!"); 
Methods Summary
public floatgetInterpolation(float t)

 throw new RuntimeException("Stub!");