/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
H A D | SystemUIInterpolators.java | 32 private LogDecelerateInterpolator(float base, float timeScale, float drift) { in LogDecelerateInterpolator() argument 34 mDrift = drift; in LogDecelerateInterpolator() 59 private LogAccelerateInterpolator(int base, int drift) { in LogAccelerateInterpolator() argument 61 mDrift = drift; in LogAccelerateInterpolator() 65 private static float computeLog(float t, int base, int drift) { in computeLog() argument 66 return (float) -Math.pow(base, -t) + 1 + (drift * t); in computeLog()
|
/aosp12/frameworks/base/core/java/com/android/internal/policy/ |
H A D | LogDecelerateInterpolator.java | 28 public LogDecelerateInterpolator(int base, int drift) { in LogDecelerateInterpolator() argument 30 mDrift = drift; in LogDecelerateInterpolator() 35 private static float computeLog(float t, int base, int drift) { in computeLog() argument 36 return (float) -Math.pow(base, -t) + 1 + (drift * t); in computeLog()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | LogAccelerateInterpolator.java | 11 public LogAccelerateInterpolator(int base, int drift) { in LogAccelerateInterpolator() argument 13 mDrift = drift; in LogAccelerateInterpolator() 17 static float computeLog(float t, int base, int drift) { in computeLog() argument 18 return (float) -Math.pow(base, -t) + 1 + (drift * t); in computeLog()
|
H A D | LogDecelerateInterpolator.java | 11 public LogDecelerateInterpolator(int base, int drift) { in LogDecelerateInterpolator() argument 13 mDrift = drift; in LogDecelerateInterpolator() 18 static float computeLog(float t, int base, int drift) { in computeLog() argument 19 return (float) -Math.pow(base, -t) + 1 + (drift * t); in computeLog()
|
/aosp12/hardware/interfaces/gnss/1.0/ |
H A D | IGnssMeasurementCallback.hal | 36 /** A valid 'drift' is stored in the data structure. */ 38 /** A valid 'drift uncertainty' is stored in the data structure. */ 279 * The clock's drift in nanoseconds (per second). 292 * 1-Sigma uncertainty associated with the clock's drift in nanoseconds (per 328 * re-solve for the GNSS clock bias and drift, when using the accompanying 509 * provide GnssClock's 'drift' field as well. When providing the
|
H A D | IGnssDebug.hal | 114 * 68% error estimate in local clock drift,
|
/aosp12/frameworks/native/services/surfaceflinger/TimeStats/timestatsatomsproto/ |
H A D | timestats_atoms.proto | 122 // Number of frames that were classified as jank because of possible drift in 244 // Number of frames that were classified as jank because of possible drift in
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/ |
H A D | types.hal | 1450 * and, having a timestamped property helps reduce any time drift. So, 1452 * drift: 1453 * drift = currentTimeMillis - PropValue.timestamp
|
/aosp12/frameworks/proto_logging/stats/ |
H A D | atoms.proto | 11801 // Number of frames that were classified as jank because of possible drift in 11934 // Number of frames that were classified as jank because of possible drift in
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | nb_wordlist.combined.gz | 1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
H A D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |
H A D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
H A D | cs_wordlist.combined.gz | 1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ... |
H A D | sv_wordlist.combined.gz | 1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ... |
H A D | de_wordlist.combined.gz | 1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ... |
H A D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
H A D | ro_wordlist.combined.gz | 1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ... |