Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/display/mode/
H A DDisplayModeDirector.java1837 private void onDeviceConfigLowBrightnessThresholdsChanged(float[] displayThresholds, in onDeviceConfigLowBrightnessThresholdsChanged() argument
1839 if (displayThresholds != null && ambientThresholds != null in onDeviceConfigLowBrightnessThresholdsChanged()
1840 && displayThresholds.length == ambientThresholds.length) { in onDeviceConfigLowBrightnessThresholdsChanged()
1841 mLowDisplayBrightnessThresholds = displayThresholds; in onDeviceConfigLowBrightnessThresholdsChanged()
1883 private void onDeviceConfigHighBrightnessThresholdsChanged(float[] displayThresholds, in onDeviceConfigHighBrightnessThresholdsChanged() argument
1885 if (displayThresholds != null && ambientThresholds != null in onDeviceConfigHighBrightnessThresholdsChanged()
1886 && displayThresholds.length == ambientThresholds.length) { in onDeviceConfigHighBrightnessThresholdsChanged()
1887 mHighDisplayBrightnessThresholds = displayThresholds; in onDeviceConfigHighBrightnessThresholdsChanged()