Searched refs:aboveThreshold (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/results/ |
D | UiBenchmarkResult.java | 151 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/ |
D | DozeLogger.kt | 78 aboveThreshold: Boolean, in logFling() 84 bool2 = aboveThreshold in logFling()
|
D | DozeLog.java | 136 public void traceFling(boolean expand, boolean aboveThreshold, boolean thresholdNeeded, in traceFling() argument 138 mLogger.logFling(expand, aboveThreshold, thresholdNeeded, screenOnFromTouch); in traceFling()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/ |
D | ThresholdSensorImpl.java | 181 private void onSensorEvent(boolean belowThreshold, boolean aboveThreshold, long timestampNs) { in onSensorEvent() argument 188 if (mLastBelow && !aboveThreshold) { in onSensorEvent()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 7409 final boolean aboveThreshold = 7431 if (aboveThreshold && isNotificationForCurrentUser(record)) { 7492 if (canShowLightsLocked(record, aboveThreshold)) { 7533 boolean canShowLightsLocked(final NotificationRecord record, boolean aboveThreshold) { 7547 if (!aboveThreshold) {
|