FileDocCategorySizeDatePackage
DecelerateInterpolator.javaAPI DocAndroid 5.1 API505Sat Mar 14 14:09:44 GMT 2015android.view.animation

DecelerateInterpolator.java

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