android.view.animation.RotateAnimation 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 RotateAnimation
extends android.view.animation.Animation
{
public RotateAnimation(android.content.Context context, android.util.AttributeSet attrs) { throw new RuntimeException("Stub!"); }
public RotateAnimation(float fromDegrees, float toDegrees) { throw new RuntimeException("Stub!"); }
public RotateAnimation(float fromDegrees, float toDegrees, float pivotX, float pivotY) { throw new RuntimeException("Stub!"); }
public RotateAnimation(float fromDegrees, float toDegrees, int pivotXType, float pivotXValue, int pivotYType, float pivotYValue) { throw new RuntimeException("Stub!"); }
protected void applyTransformation(float interpolatedTime, android.view.animation.Transformation t) { throw new RuntimeException("Stub!"); }
public void initialize(int width, int height, int parentWidth, int parentHeight) { throw new RuntimeException("Stub!"); }
}