Home
last modified time | relevance | path

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

/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/results/
DUiBenchmarkResult.java151 double aboveThreshold = total95th - JANK_PENALTY_THRESHOLD_MS; in getJankPenalty() local
152 if (aboveThreshold <= 0) { in getJankPenalty()
156 if (aboveThreshold > ZERO_SCORE_ABOVE_THRESHOLD_MS) { in getJankPenalty()
160 return (int) Math.ceil(JANK_PENALTY_PER_MS_ABOVE_THRESHOLD * aboveThreshold); in getJankPenalty()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeLog.java124 public static void traceFling(boolean expand, boolean aboveThreshold, boolean thresholdNeeded, in traceFling() argument
127 log("fling expand=" + expand + " aboveThreshold=" + aboveThreshold + " thresholdNeeded=" in traceFling()