Home
last modified time | relevance | path

Searched refs:toDegrees (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/view/animation/
DRotateAnimation.java82 public RotateAnimation(float fromDegrees, float toDegrees) { in RotateAnimation() argument
84 mToDegrees = toDegrees; in RotateAnimation()
104 public RotateAnimation(float fromDegrees, float toDegrees, float pivotX, float pivotY) { in RotateAnimation() argument
106 mToDegrees = toDegrees; in RotateAnimation()
140 public RotateAnimation(float fromDegrees, float toDegrees, int pivotXType, float pivotXValue, in RotateAnimation() argument
143 mToDegrees = toDegrees; in RotateAnimation()
/frameworks/base/core/java/android/transition/
DPatternPathMotion.java124 mTempMatrix.postRotate((float) Math.toDegrees(-angle)); in setPatternPath()
137 mTempMatrix.postRotate((float) Math.toDegrees(angle)); in getPath()
/frameworks/base/graphics/java/android/graphics/drawable/
DRotateDrawable.java191 public void setToDegrees(float toDegrees) { in setToDegrees() argument
192 if (mState.mToDegrees != toDegrees) { in setToDegrees()
193 mState.mToDegrees = toDegrees; in setToDegrees()
/frameworks/layoutlib/bridge/src/android/util/
DPathParser_Delegate.java751 + (x0p - cx) + ") = " + Math.toDegrees(eta0)); in drawArc()
755 + (x1p - cx) + ") = " + Math.toDegrees(eta1)); in drawArc()
774 + " , " + Math.toDegrees(thetaD) + " , " in drawArc()
775 + Math.toDegrees(eta0) + " , " + Math.toDegrees(sweep)); in drawArc()
/frameworks/base/core/java/android/hardware/
DGeomagneticField.java272 return (float) Math.toDegrees(Math.atan2(mY, mX)); in getDeclination()
280 return (float) Math.toDegrees(Math.atan2(mZ, in getInclination()
/frameworks/base/services/core/java/com/android/server/
DAnyMotionDetector.java400 float degrees = Math.abs((float)Math.toDegrees( in angleBetween()
/frameworks/base/core/java/android/widget/
DRadialTimePickerView.java943 final int degrees = (int) (Math.toDegrees(Math.atan2(dY, dX) + Math.PI / 2) + 0.5); in getDegreesFromXY()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1299 field public static final int toDegrees = 16843188; // 0x10101b4
41533 method public static double toDegrees(double);
41855 method public static double toDegrees(double);
/frameworks/base/non-updatable-api/
Dcurrent.txt1466 field public static final int toDegrees = 16843188; // 0x10101b4
61607 method public static double toDegrees(double);
61980 method public static double toDegrees(double);
/frameworks/base/api/
Dcurrent.txt1466 field public static final int toDegrees = 16843188; // 0x10101b4
61751 method public static double toDegrees(double);
62124 method public static double toDegrees(double);
/frameworks/base/config/
Dboot-image-profile.txt26588 HSPLjava/lang/Math;->toDegrees(D)D
Dhiddenapi-greylist-max-o.txt91081 Lcom/android/internal/R$attr;->toDegrees:I