FileDocCategorySizeDatePackage
AnticipateInterpolator.javaAPI DocAndroid 5.1 API502Sat Mar 14 14:09:40 GMT 2015android.view.animation

AnticipateInterpolator.java

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