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

/frameworks/base/core/java/android/view/animation/
H A DRotateAnimation.java78 * @param toDegrees Rotation offset to apply at the end of the animation.
80 public RotateAnimation(float fromDegrees, float toDegrees) { argument
82 mToDegrees = toDegrees;
93 * @param toDegrees Rotation offset to apply at the end of the animation.
102 public RotateAnimation(float fromDegrees, float toDegrees, float pivotX, float pivotY) { argument
104 mToDegrees = toDegrees;
118 * @param toDegrees Rotation offset to apply at the end of the animation.
137 public RotateAnimation(float fromDegrees, float toDegrees, int pivotXType, float pivotXValue, argument
140 mToDegrees = toDegrees;

Completed in 35 milliseconds