RotateAnimationpublic class RotateAnimation extends android.view.animation.Animation
Constructors Summary |
---|
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!");
|
|