Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DDisplayDeviceConfig.java2246 float thresholdNits = lowerThresholdDisplayBrightnessPoints in loadLowerBrightnessThresholds() local
2248 if (thresholdNits < 0) { in loadLowerBrightnessThresholds()
2250 mLowDisplayBrightnessThresholds[i] = thresholdNits; in loadLowerBrightnessThresholds()
2252 float thresholdBacklight = getBacklightFromNits(thresholdNits); in loadLowerBrightnessThresholds()
2297 float thresholdNits = higherThresholdDisplayBrightnessPoints in loadHigherBrightnessThresholds() local
2299 if (thresholdNits < 0) { in loadHigherBrightnessThresholds()
2301 mHighDisplayBrightnessThresholds[i] = thresholdNits; in loadHigherBrightnessThresholds()
2303 float thresholdBacklight = getBacklightFromNits(thresholdNits); in loadHigherBrightnessThresholds()