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/ml/bordeaux/service/src/android/bordeaux/services/
H A DBaseCluster.java93 double longitude = Math.toDegrees(Math.asin(mCenter[1] / cosPhi));
101 return Math.toDegrees(Math.asin(mCenter[2]));
/frameworks/base/graphics/java/android/graphics/drawable/
H A DRotateDrawable.java240 float toDegrees = a.getFloat(
277 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.java953 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 620 milliseconds