Home
last modified time | relevance | path

Searched refs:degree (Results 1 – 17 of 17) sorted by relevance

/frameworks/native/libs/input/
DVelocityTracker.cpp264 int(estimator.degree), in addMovement()
265 vectorToString(estimator.xCoeff, estimator.degree + 1).c_str(), in addMovement()
266 vectorToString(estimator.yCoeff, estimator.degree + 1).c_str(), in addMovement()
345 if (getEstimator(id, &estimator) && estimator.degree >= 1) { in getVelocity()
363 uint32_t degree, Weighting weighting) : in LeastSquaresVelocityTrackerStrategy() argument
364 mDegree(degree), mWeighting(weighting) { in LeastSquaresVelocityTrackerStrategy()
639 uint32_t degree = mDegree; in getEstimator() local
640 if (degree > m - 1) { in getEstimator()
641 degree = m - 1; in getEstimator()
643 if (degree >= 1) { in getEstimator()
[all …]
/frameworks/base/core/java/android/view/
DVelocityTracker.java248 public int degree; field in VelocityTracker.Estimator
279 return index <= degree ? xCoeff[index] : 0; in getXCoeff()
288 return index <= degree ? yCoeff[index] : 0; in getYCoeff()
294 for (int i = 0; i <= degree; i++) { in estimate()
/frameworks/native/include/input/
DVelocityTracker.h48 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/
Dandroid_view_VelocityTracker.cpp39 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/base/core/proto/android/service/
Dbattery.proto53 // Battery temperature in tenths of a degree Centigrade
/frameworks/base/media/java/android/media/
DMediaScanner.java991 int degree;
994 degree = 90;
997 degree = 180;
1000 degree = 270;
1003 degree = 0;
1006 values.put(Images.Media.ORIENTATION, degree);
/frameworks/support/exifinterface/src/main/java/androidx/exifinterface/media/
DExifInterface.java4007 public void rotate(int degree) { in rotate() argument
4008 if (degree % 90 !=0) { in rotate()
4017 newIndex = (currentIndex + degree / 90) % 4; in rotate()
4022 newIndex = (currentIndex + degree / 90) % 4; in rotate()
/frameworks/base/core/proto/android/providers/settings/
Dsecure.proto226 // The degree of location access enabled by the user.
/frameworks/base/cmds/statsd/src/
Datoms.proto1962 * The units are tenths of a degree Celsius. Eg: 30.3C is reported as 303.
1974 // Temperature in tenths of a degree C.
/frameworks/support/work/integration-tests/testapp/src/main/assets/
Dcase.txt218 last degree, honourable and chivalrous, but he prefers to remain
7128 his room, where Bennett, who had a medical degree, helped me to dress
9479 too, was slatternly to the last degree, but the poor man seemed
9850 Broadmoor than the scaffold. He has, to a high degree, the sort of
Dadvs.txt4052 high a degree, and which it is the object of these papers to
6103 "He has, however, retained some degree of self-respect," he
7053 medical degree and went out to Calcutta, where, by his professional
Dlstb.txt139 orthodox and conventional to the last degree. But some amazing
Dmems.txt6931 "Because my brother Mycroft possesses it in a larger degree than I
Dretn.txt10311 It argues the degree in which I had lost touch with my profession
/frameworks/native/vulkan/api/
Dvulkan.api4028 … maxSamplerAnisotropy /// max degree of sampler anisotr…
/frameworks/base/config/
Dhiddenapi-light-greylist.txt6319 Landroid/view/VelocityTracker$Estimator;->degree:I
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...