Searched refs:degree (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/libs/input/ |
D | VelocityTracker.cpp | 266 int(estimator.degree), in addMovement() 267 vectorToString(estimator.xCoeff, estimator.degree + 1).c_str(), in addMovement() 268 vectorToString(estimator.yCoeff, estimator.degree + 1).c_str(), in addMovement() 347 if (getEstimator(id, &estimator) && estimator.degree >= 1) { in getVelocity() 365 uint32_t degree, Weighting weighting) : in LeastSquaresVelocityTrackerStrategy() argument 366 mDegree(degree), mWeighting(weighting) { in LeastSquaresVelocityTrackerStrategy() 662 uint32_t degree = mDegree; in getEstimator() local 663 if (degree > m - 1) { in getEstimator() 664 degree = m - 1; in getEstimator() 667 if (degree == 2 && mWeighting == WEIGHTING_NONE) { in getEstimator() [all …]
|
/frameworks/base/core/java/android/view/ |
D | VelocityTracker.java | 253 public int degree; field in VelocityTracker.Estimator 285 return index <= degree ? xCoeff[index] : 0; in getXCoeff() 294 return index <= degree ? yCoeff[index] : 0; in getYCoeff() 300 for (int i = 0; i <= degree; i++) { in estimate()
|
/frameworks/native/include/input/ |
D | VelocityTracker.h | 48 uint32_t degree; member 55 degree = 0; in clear() 157 LeastSquaresVelocityTrackerStrategy(uint32_t degree, Weighting weighting = WEIGHTING_NONE); 200 IntegratingVelocityTrackerStrategy(uint32_t degree); 213 uint32_t degree; member
|
/frameworks/base/core/jni/ |
D | android_view_VelocityTracker.cpp | 39 jfieldID degree; member 210 env->SetIntField(outEstimatorObj, gEstimatorClassInfo.degree, estimator.degree); in android_view_VelocityTracker_nativeGetEstimator() 254 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/core/proto/android/service/ |
D | battery.proto | 53 // Battery temperature in tenths of a degree Centigrade
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyButtonDrawable.java | 56 public void setValue(KeyButtonDrawable drawable, float degree) { 57 drawable.setRotation(degree);
|
/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 | 285 // The degree of location access enabled by the user.
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 2905 // Temperature, in 1/10ths of degree C. 2958 // Temperature in tenths of a degree C. 4277 /* Temperature of USB port at USB plug event, in 1/10ths of degree C. */ 4280 /* Maximum temperature of USB port during overheat event, in 1/10ths of degree C. */ 5586 * The units are tenths of a degree Celsius. Eg: 30.3C is reported as 303. 5597 // Temperature in tenths of a degree C.
|