FileDocCategorySizeDatePackage
AnticipateOvershootInterpolator.javaAPI DocAndroid 5.1 API654Sat Mar 14 14:09:30 GMT 2015android.view.animation

AnticipateOvershootInterpolator.java

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