Searched refs:thresholdNits (Results 1 – 1 of 1) sorted by relevance
2246 float thresholdNits = lowerThresholdDisplayBrightnessPoints in loadLowerBrightnessThresholds() local2248 if (thresholdNits < 0) { in loadLowerBrightnessThresholds()2250 mLowDisplayBrightnessThresholds[i] = thresholdNits; in loadLowerBrightnessThresholds()2252 float thresholdBacklight = getBacklightFromNits(thresholdNits); in loadLowerBrightnessThresholds()2297 float thresholdNits = higherThresholdDisplayBrightnessPoints in loadHigherBrightnessThresholds() local2299 if (thresholdNits < 0) { in loadHigherBrightnessThresholds()2301 mHighDisplayBrightnessThresholds[i] = thresholdNits; in loadHigherBrightnessThresholds()2303 float thresholdBacklight = getBacklightFromNits(thresholdNits); in loadHigherBrightnessThresholds()