/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/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/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/ |
D | PipPinchResizingAlgorithm.java | 72 return constrainRotationAngle((float) Math.toDegrees(angle)); in calculateBoundsAndAngle()
|
/frameworks/base/packages/SystemUI/shared/biometrics/src/com/android/systemui/biometrics/ |
D | UdfpsUtils.java | 201 double degrees = Math.toDegrees(angleInRad); in onTouchOutsideOfSensorAreaImpl()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/ |
D | BubblePopupDrawable.kt | 191 val thetaDeg = Math.toDegrees(theta.toDouble()).toFloat() in <lambda>()
|
/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/ |
D | StrictMathPerfTest.java | 483 StrictMath.toDegrees(mDouble); in timeToDegrees()
|
D | MathPerfTest.java | 521 result = Math.toDegrees(mDouble); in timeToDegrees()
|
/frameworks/base/services/foldables/devicestateprovider/src/com/android/server/policy/ |
D | BookStyleClosedStatePredicate.java | 341 final int inclination = (int) Math.round(Math.toDegrees(Math.acos(normalizedGravityZ))); in isGravityVectorMostlyFlat()
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/ |
D | AnyMotionDetector.java | 416 float degrees = Math.abs((float)Math.toDegrees( in angleBetween()
|
/frameworks/native/libs/renderengine/skia/ |
D | SkiaRenderEngine.cpp | 346 static float toDegrees(uint32_t transform) { in toDegrees() function 608 canvas->rotate(toDegrees(display.orientation)); in initCanvas()
|
/frameworks/base/core/java/android/widget/ |
D | RadialTimePickerView.java | 948 final int degrees = (int) (Math.toDegrees(Math.atan2(dY, dX) + Math.PI / 2) + 0.5); in getDegreesFromXY()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | LockPatternView.java | 1457 float segmentAngleDegrees = (float) Math.toDegrees(segmentAngleRad);
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/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/config/ |
D | boot-image-profile.txt | 24553 HSPLjava/lang/Math;->toDegrees(D)D
|
/frameworks/base/core/api/ |
D | current.txt | 1760 field public static final int toDegrees = 16843188; // 0x10101b4
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 76009 Lcom/android/internal/R$attr;->toDegrees:I
|