Searched refs:HISTORY_FACTOR (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DHistoryEvaluator.java28 private static final float HISTORY_FACTOR = 0.9f; field in class:HistoryEvaluator
80 // All weights are multiplied by HISTORY_FACTOR after each INTERVAL milliseconds.
81 float factor = (float) Math.pow(HISTORY_FACTOR, (time - mLastUpdate) / INTERVAL);

Completed in 73 milliseconds