/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ScreenDecorHwcLayer.kt | 339 var degree: Int in <lambda>() variable 343 degree = getRoundedCornerRotationDegree(90 * i) in <lambda>() 344 canvas.rotate(degree.toFloat()) in <lambda>() 346 getRoundedCornerTranslationX(degree).toFloat(), in <lambda>() 347 getRoundedCornerTranslationY(degree).toFloat()) in <lambda>() 375 private fun getRoundedCornerTranslationX(degree: Int): Int { in <lambda>() 376 return when (degree) { in <lambda>() 380 else -> throw IllegalArgumentException("Incorrect degree: $degree") in <lambda>() 384 private fun getRoundedCornerTranslationY(degree: Int): Int { in <lambda>() 385 return when (degree) { in <lambda>() [all …]
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/pip/ |
D | PipSurfaceTransactionHelper.java | 66 float degree, float positionX, float positionY) { in scale() argument 71 mTmpTransform.postRotate(degree, 0, 0); in scale() 78 mTmpFloat9, degree, cornerRadius, mShadowRadius, sourceBounds); in scale() 125 float degree, float positionX, float positionY) { in scaleAndRotate() argument 134 mTmpTransform.setRotate(degree, 0, 0); in scaleAndRotate() 139 if (degree < 0) { in scaleAndRotate() 152 mTmpFloat9, degree, cornerRadius, mShadowRadius, mTmpDestinationRect); in scaleAndRotate()
|
/frameworks/native/libs/input/ |
D | VelocityTracker.cpp | 424 LeastSquaresVelocityTrackerStrategy::LeastSquaresVelocityTrackerStrategy(uint32_t degree, in LeastSquaresVelocityTrackerStrategy() argument 428 mDegree(degree), in LeastSquaresVelocityTrackerStrategy() 660 uint32_t degree = mDegree; in getVelocity() local 661 if (degree > size - 1) { in getVelocity() 662 degree = size - 1; in getVelocity() 665 if (degree <= 0) { in getVelocity() 669 if (degree == 2 && mWeighting == Weighting::NONE) { in getVelocity() 689 return solveLeastSquares(time, positions, w, degree + 1); in getVelocity() 761 IntegratingVelocityTrackerStrategy::IntegratingVelocityTrackerStrategy(uint32_t degree) : in IntegratingVelocityTrackerStrategy() argument 762 mDegree(degree) { in IntegratingVelocityTrackerStrategy() [all …]
|
/frameworks/native/include/input/ |
D | VelocityTracker.h | 212 LeastSquaresVelocityTrackerStrategy(uint32_t degree, Weighting weighting = Weighting::NONE); 242 IntegratingVelocityTrackerStrategy(uint32_t degree); 253 uint32_t degree; member
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
D | PipAnimationController.java | 703 final float degree, x, y; in ofBounds() local 706 degree = 90 * (1 - fraction); in ofBounds() 711 degree = -90 * (1 - fraction); in ofBounds() 718 degree = 90 * fraction; in ofBounds() 722 degree = -90 * fraction; in ofBounds() 731 insets, degree, x, y, isOutPipDirection, in ofBounds()
|
D | PipTransition.java | 769 final int degree, x, y; in startExitAnimation() local 771 degree = 90; in startExitAnimation() 775 degree = -90; in startExitAnimation() 780 pipLeash, endBounds, endBounds, new Rect(), degree, x, y, in startExitAnimation() 813 final int degree, x, y; in startExpandAndRotationAnimation() local 815 degree = 90; in startExpandAndRotationAnimation() 819 degree = -90; in startExpandAndRotationAnimation() 824 endBounds, startBounds, new Rect(), degree, x, y, true /* isExpanding */, in startExpandAndRotationAnimation()
|
/frameworks/hardware/interfaces/stats/1.0/ |
D | types.hal | 125 /* Temperature Temperature, in 1/10ths of degree C. */ 171 /* Temperature of USB port at USB plug event, in 1/10ths of degree C. */ 174 /* Maximum temperature of USB port during overheat event, in 1/10ths of degree C. */
|
/frameworks/base/core/proto/android/service/ |
D | battery.proto | 53 // Battery temperature in tenths of a degree Centigrade
|
/frameworks/base/core/java/android/inputmethodservice/navigationbar/ |
D | KeyButtonDrawable.java | 59 public void setValue(KeyButtonDrawable drawable, float degree) { 60 drawable.setRotation(degree);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/ |
D | KeyButtonDrawable.java | 55 public void setValue(KeyButtonDrawable drawable, float degree) { 56 drawable.setRotation(degree);
|
/frameworks/native/services/inputflinger/docs/ |
D | input_coordinates.md | 54 ### Rotated orientation: 90-degree counter-clockwise rotation
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-layout.md | 45 …tion that takes momentum into account. For example, if a path makes a 90 degree turn to the right,…
|
/frameworks/base/core/proto/android/providers/settings/ |
D | secure.proto | 367 // The degree of location access enabled by the user.
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 4698 // Temperature, in 1/10ths of degree C. 4752 // Temperature in tenths of a degree C. 6747 /* Temperature of USB port at USB plug event, in 1/10ths of degree C. */ 6750 /* Maximum temperature of USB port during overheat event, in 1/10ths of degree C. */ 8552 * The units are tenths of a degree Celsius. Eg: 30.3C is reported as 303. 8563 // Temperature in tenths of a degree C. 21447 // The azimuth angle measurement in step size of 10 degree. 21455 // The elevation angle measurement in step size of 10 degree.
|