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

/frameworks/base/core/java/android/view/animation/
H A DRotateAnimation.java80 * @param toDegrees Rotation offset to apply at the end of the animation.
82 public RotateAnimation(float fromDegrees, float toDegrees) { argument
84 mToDegrees = toDegrees;
95 * @param toDegrees Rotation offset to apply at the end of the animation.
104 public RotateAnimation(float fromDegrees, float toDegrees, float pivotX, float pivotY) { argument
106 mToDegrees = toDegrees;
121 * @param toDegrees Rotation offset to apply at the end of the animation.
140 public RotateAnimation(float fromDegrees, float toDegrees, int pivotXType, float pivotXValue, argument
143 mToDegrees = toDegrees;
/frameworks/base/core/java/android/webkit/
H A DDeviceOrientationService.java126 double alpha = Math.toDegrees(-rotationAngles[0]);
128 double beta = Math.toDegrees(-rotationAngles[1]);
130 double gamma = Math.toDegrees(rotationAngles[2]);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DRotateDrawable.java235 float toDegrees = a.getFloat(
272 mState.mToDegrees = toDegrees;
/frameworks/base/core/java/android/hardware/
H A DGeomagneticField.java268 return (float) Math.toDegrees(Math.atan2(mY, mX));
276 return (float) Math.toDegrees(Math.atan2(mZ,
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java1014 final float angle = (float) Math.toDegrees(theta) + 90.0f;
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java221 (float) Math.toDegrees(mFirstItemOffset)));

Completed in 112 milliseconds