Searched refs:RotateAnimation (Results 1 - 2 of 2) 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...]
H A DAnimationUtils.java120 anim = new RotateAnimation(c, attrs);

Completed in 52 milliseconds