android.view.animation.AccelerateInterpolator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.view.animation;
public class AccelerateInterpolator
implements android.view.animation.Interpolator
{
public AccelerateInterpolator() { throw new RuntimeException("Stub!"); }
public AccelerateInterpolator(float factor) { throw new RuntimeException("Stub!"); }
public AccelerateInterpolator(android.content.Context context, android.util.AttributeSet attrs) { throw new RuntimeException("Stub!"); }
public float getInterpolation(float input) { throw new RuntimeException("Stub!"); }
}