Searched refs:toDegrees (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/core/java/android/view/animation/ |
D | RotateAnimation.java | 82 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/ |
D | PatternPathMotion.java | 124 mTempMatrix.postRotate((float) Math.toDegrees(-angle)); in setPatternPath() 137 mTempMatrix.postRotate((float) Math.toDegrees(angle)); in getPath()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | RotateDrawable.java | 191 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/ |
D | PathParser_Delegate.java | 751 + (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/ |
D | GeomagneticField.java | 272 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/ |
D | AnyMotionDetector.java | 400 float degrees = Math.abs((float)Math.toDegrees( in angleBetween()
|
/frameworks/base/core/java/android/widget/ |
D | RadialTimePickerView.java | 943 final int degrees = (int) (Math.toDegrees(Math.atan2(dY, dX) + Math.PI / 2) + 0.5); in getDegreesFromXY()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 1299 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/ |
D | current.txt | 1466 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/ |
D | current.txt | 1466 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/ |
D | boot-image-profile.txt | 26588 HSPLjava/lang/Math;->toDegrees(D)D
|
D | hiddenapi-greylist-max-o.txt | 91081 Lcom/android/internal/R$attr;->toDegrees:I
|