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

/frameworks/base/core/java/android/view/animation/
H A DRotateAnimation.java77 * @param fromDegrees Rotation offset to apply at the start of the
82 public RotateAnimation(float fromDegrees, float toDegrees) { argument
83 mFromDegrees = fromDegrees;
92 * @param fromDegrees Rotation offset to apply at the start of the
104 public RotateAnimation(float fromDegrees, float toDegrees, float pivotX, float pivotY) { argument
105 mFromDegrees = fromDegrees;
118 * @param fromDegrees Rotation offset to apply at the start of the
140 public RotateAnimation(float fromDegrees, float toDegrees, int pivotXType, float pivotXValue, argument
142 mFromDegrees = fromDegrees;

Completed in 66 milliseconds