android.view.animation.BounceInterpolator 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 BounceInterpolator
implements android.view.animation.Interpolator
{
public BounceInterpolator() { throw new RuntimeException("Stub!"); }
@java.lang.SuppressWarnings(value={"UnusedDeclaration"})
public BounceInterpolator(android.content.Context context, android.util.AttributeSet attrs) { throw new RuntimeException("Stub!"); }
public float getInterpolation(float t) { throw new RuntimeException("Stub!"); }
}