Searched refs:aboveThreshold (Results 1 – 4 of 4) 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()
69 aboveThreshold: Boolean, in logFling()75 bool2 = aboveThreshold in logFling()
128 public void traceFling(boolean expand, boolean aboveThreshold, boolean thresholdNeeded, in traceFling() argument130 mLogger.logFling(expand, aboveThreshold, thresholdNeeded, screenOnFromTouch); in traceFling()
6814 final boolean aboveThreshold =6836 if (aboveThreshold && isNotificationForCurrentUser(record)) {6896 if (canShowLightsLocked(record, aboveThreshold)) {6937 boolean canShowLightsLocked(final NotificationRecord record, boolean aboveThreshold) {6951 if (!aboveThreshold) {