Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DHistoryTracker.java43 private static final long DECAY_INTERVAL_MS = 100; field in HistoryTracker
50 Math.pow(10, Math.log10(MINIMUM_SCORE) / HISTORY_MAX_AGE_MS * DECAY_INTERVAL_MS);
190 double timeIntervals = (double) decayedTimeMs / DECAY_INTERVAL_MS; in getDecayedScore()