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);
72 * Constructor to use when building a RotateAnimation from code.
80 public RotateAnimation(float fromDegrees, float toDegrees) { method in class:RotateAnimation
88 * Constructor to use when building a RotateAnimation from code
102 public RotateAnimation(float fromDegrees, float toDegrees, float pivotX, float pivotY) { method in class:RotateAnimation
113 * Constructor to use when building a RotateAnimation from code
137 public RotateAnimation(floa method in class:RotateAnimation
[all...]

Completed in 50 milliseconds