/frameworks/native/libs/input/ |
D | VelocityTracker.cpp | 256 int(estimator.degree), in addMovement() 257 vectorToString(estimator.xCoeff, estimator.degree + 1).string(), in addMovement() 258 vectorToString(estimator.yCoeff, estimator.degree + 1).string(), in addMovement() 337 if (getEstimator(id, &estimator) && estimator.degree >= 1) { in getVelocity() 358 uint32_t degree, Weighting weighting) : in LeastSquaresVelocityTrackerStrategy() argument 359 mDegree(degree), mWeighting(weighting) { in LeastSquaresVelocityTrackerStrategy() 593 uint32_t degree = mDegree; in getEstimator() local 594 if (degree > m - 1) { in getEstimator() 595 degree = m - 1; in getEstimator() 597 if (degree >= 1) { in getEstimator() [all …]
|
/frameworks/base/core/java/android/view/ |
D | VelocityTracker.java | 248 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/ |
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 | 38 jfieldID degree; member 209 env->SetIntField(outEstimatorObj, gEstimatorClassInfo.degree, estimator.degree); in android_view_VelocityTracker_nativeGetEstimator() 265 GET_FIELD_ID(gEstimatorClassInfo.degree, clazz, in register_android_view_VelocityTracker()
|
/frameworks/base/docs/html/guide/appendix/ |
D | app-intents.jd | 92 …A zoom of 1.0 is 90 degree horizontal FOV for a nominal … 98 …the fisheye lens effect that would be present if a 90 degree horizontal …
|
D | g-app-intents.jd | 102 A zoom of 1.0 is 90 degree horizontal FOV for a nominal landscape mode 4 107 effect that would be present if a 90 degree horizontal FOV was used in portrait
|
/frameworks/base/media/java/android/media/ |
D | MediaScanner.java | 891 int degree; 894 degree = 90; 897 degree = 180; 900 degree = 270; 903 degree = 0; 906 values.put(Images.Media.ORIENTATION, degree);
|
/frameworks/base/docs/html/google/play-services/ |
D | maps.jd | 58 through panoramic 360-degree views. Programmatically control the zoom and
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | regular_updates.jd | 69 …l back-off pattern to reduce the frequency of your updates (and / or the degree of prefetching you…
|
/frameworks/base/docs/html/guide/topics/ui/accessibility/ |
D | checklist.jd | 121 <a href="{@docRoot}guide/topics/ui/custom-components.html">custom control</a> with a high degree
|
/frameworks/base/docs/html/guide/topics/security/ |
D | permissions.jd | 63 are sandboxed in the same way and have the same degree of security from each
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.3.jd | 615 device will normally do (for example some devices won't normally use 180 degree
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | opengl.jd | 728 <li><strong>Graphics Control</strong> - The OpenGL ES 2.0 and 3.0 APIs provide a higher degree
|
/frameworks/base/docs/html/training/articles/ |
D | memory.jd | 735 into consideration other factors such as the relative RAM footprint of processes to some degree.</p>
|
/frameworks/base/docs/html/google/play/licensing/ |
D | adding-licensing.jd | 343 <p>Overall, this policy represents a tradeoff of some degree of user convenience
|