Searched defs:RotateAnimation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/animation/
H A DRotateAnimation.java30 public class RotateAnimation extends Animation { class in inherits:Animation
43 * Constructor used when a RotateAnimation is loaded from a resource.
48 public RotateAnimation(Context context, AttributeSet attrs) { method in class:RotateAnimation
52 com.android.internal.R.styleable.RotateAnimation);
74 * Constructor to use when building a RotateAnimation from code.
82 public RotateAnimation(float fromDegrees, float toDegrees) { method in class:RotateAnimation
90 * Constructor to use when building a RotateAnimation from code
104 public RotateAnimation(float fromDegrees, float toDegrees, float pivotX, float pivotY) { method in class:RotateAnimation
116 * Constructor to use when building a RotateAnimation from code
140 public RotateAnimation(floa method in class:RotateAnimation
[all...]

Completed in 24 milliseconds