Searched refs:aboveThreshold (Results 1 – 2 of 2) sorted by relevance
151 double aboveThreshold = total95th - JANK_PENALTY_THRESHOLD_MS; in getJankPenalty() local152 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()
124 public static void traceFling(boolean expand, boolean aboveThreshold, boolean thresholdNeeded, in traceFling() argument127 log("fling expand=" + expand + " aboveThreshold=" + aboveThreshold + " thresholdNeeded=" in traceFling()