/frameworks/native/libs/input/ |
D | VelocityTracker.cpp | 236 int(estimator.degree), in addMovement() 237 vectorToString(estimator.xCoeff, estimator.degree + 1).c_str(), in addMovement() 238 vectorToString(estimator.yCoeff, estimator.degree + 1).c_str(), in addMovement() 309 if (getEstimator(id, &estimator) && estimator.degree >= 1) { in getVelocity() 327 uint32_t degree, Weighting weighting) : in LeastSquaresVelocityTrackerStrategy() argument 328 mDegree(degree), mWeighting(weighting) { in LeastSquaresVelocityTrackerStrategy() 630 uint32_t degree = mDegree; in getEstimator() local 631 if (degree > m - 1) { in getEstimator() 632 degree = m - 1; in getEstimator() 635 if (degree == 2 && mWeighting == WEIGHTING_NONE) { in getEstimator() [all …]
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/pip/ |
D | PipSurfaceTransactionHelper.java | 63 float degree, float positionX, float positionY) { in scale() argument 68 mTmpTransform.postRotate(degree, 0, 0); in scale() 74 positionX, positionY, mTmpFloat9, degree, cornerRadius, sourceBounds); in scale() 103 float degree, float positionX, float positionY) { in scaleAndRotate() argument 112 mTmpTransform.setRotate(degree, 0, 0); in scaleAndRotate() 117 if (degree < 0) { in scaleAndRotate() 130 mTmpFloat9, degree, cornerRadius, mTmpDestinationRect); in scaleAndRotate()
|
/frameworks/native/include/input/ |
D | VelocityTracker.h | 64 uint32_t degree; member 71 degree = 0; in clear() 178 LeastSquaresVelocityTrackerStrategy(uint32_t degree, Weighting weighting = WEIGHTING_NONE); 221 IntegratingVelocityTrackerStrategy(uint32_t degree); 234 uint32_t degree; member
|
/frameworks/base/core/java/android/view/ |
D | VelocityTracker.java | 453 public int degree; field in VelocityTracker.Estimator 485 return index <= degree ? xCoeff[index] : 0; in getXCoeff() 494 return index <= degree ? yCoeff[index] : 0; in getYCoeff() 500 for (int i = 0; i <= degree; i++) { in estimate()
|
/frameworks/base/core/jni/ |
D | android_view_VelocityTracker.cpp | 37 jfieldID degree; member 211 env->SetIntField(outEstimatorObj, gEstimatorClassInfo.degree, estimator.degree); in android_view_VelocityTracker_nativeGetEstimator() 241 gEstimatorClassInfo.degree = GetFieldIDOrDie(env, clazz, "degree", "I"); in register_android_view_VelocityTracker()
|
/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/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
D | PipAnimationController.java | 619 final float degree, x, y; in ofBounds() local 621 degree = 90 * fraction; in ofBounds() 625 degree = -90 * fraction; in ofBounds() 631 insets, degree, x, y, isOutPipDirection, in ofBounds()
|
/frameworks/base/core/proto/android/service/ |
D | battery.proto | 53 // Battery temperature in tenths of a degree Centigrade
|
/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/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
D | WindowMagnificationController.java | 353 final int degree = (rotationDiff + 4) % 4 * 90; in getDegreeFromRotation() local 354 return degree; in getDegreeFromRotation()
|
/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 | 329 // The degree of location access enabled by the user.
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 3319 // Temperature, in 1/10ths of degree C. 3372 // Temperature in tenths of a degree C. 5131 /* Temperature of USB port at USB plug event, in 1/10ths of degree C. */ 5134 /* Maximum temperature of USB port during overheat event, in 1/10ths of degree C. */ 6650 * The units are tenths of a degree Celsius. Eg: 30.3C is reported as 303. 6661 // Temperature in tenths of a degree C.
|