Home
last modified time | relevance | path

Searched refs:drift (Results 1 – 9 of 9) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/animation/
DLogAccelerateInterpolator.java27 public LogAccelerateInterpolator(int base, int drift) { in LogAccelerateInterpolator() argument
29 mDrift = drift; in LogAccelerateInterpolator()
33 static float computeLog(float t, int base, int drift) { in computeLog() argument
34 return (float) -Math.pow(base, -t) + 1 + (drift * t); in computeLog()
DLogDecelerateInterpolator.java27 public LogDecelerateInterpolator(int base, int drift) { in LogDecelerateInterpolator() argument
29 mDrift = drift; in LogDecelerateInterpolator()
34 static float computeLog(float t, int base, int drift) { in computeLog() argument
35 return (float) -Math.pow(base, -t) + 1 + (drift * t); in computeLog()
/frameworks/base/services/core/java/com/android/server/policy/
DLogDecelerateInterpolator.java27 public LogDecelerateInterpolator(int base, int drift) { in LogDecelerateInterpolator() argument
29 mDrift = drift; in LogDecelerateInterpolator()
34 private static float computeLog(float t, int base, int drift) { in computeLog() argument
35 return (float) -Math.pow(base, -t) + 1 + (drift * t); in computeLog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogMotion.java261 private LogDecelerateInterpolator(float base, float timeScale, float drift) { in LogDecelerateInterpolator() argument
263 mDrift = drift; in LogDecelerateInterpolator()
288 private LogAccelerateInterpolator(int base, int drift) { in LogAccelerateInterpolator() argument
290 mDrift = drift; in LogAccelerateInterpolator()
294 private static float computeLog(float t, int base, int drift) { in computeLog() argument
295 return (float) -Math.pow(base, -t) + 1 + (drift * t); in computeLog()
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_motion.jd130 <td>Rate of rotation (without drift compensation) around the x axis.</td>
135 <td>Rate of rotation (without drift compensation) around the y axis.</td>
139 <td>Rate of rotation (without drift compensation) around the z axis.</td>
143 <td>Estimated drift around the x axis.</td>
147 <td>Estimated drift around the y axis.</td>
151 <td>Estimated drift around the z axis.</td>
414 drift (bias). In practice, gyroscope noise and drift will introduce errors that need to be
415 compensated for. You usually determine the drift (bias) and noise by monitoring other sensors, such
421 except that no gyro-drift compensation is applied to the rate of rotation. Factory calibration
437 drift around each axis. The following code shows you how to get an instance of the default
Dsensors_position.jd190 point north but instead to some other reference. That reference is allowed to drift by the
/frameworks/base/graphics/java/android/graphics/drawable/
DRippleForeground.java365 public LogDecelerateInterpolator(float base, float timeScale, float drift) { in LogDecelerateInterpolator() argument
367 mDrift = drift; in LogDecelerateInterpolator()
/frameworks/base/docs/html/guide/appendix/
Dmedia-formats.jd421 …To minimize this audio/video drift, consider interleaving audio and video in smaller chunk sizes.<…
/frameworks/base/docs/html/about/versions/
Dandroid-4.3.jd880 sensors provide sensor data that takes into account estimated bias from gyro-drift and hard iron