Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayModeDirector.java1644 public void onDeviceConfigLowBrightnessThresholdsChanged(int[] displayThresholds, in onDeviceConfigLowBrightnessThresholdsChanged() argument
1646 if (displayThresholds != null && ambientThresholds != null in onDeviceConfigLowBrightnessThresholdsChanged()
1647 && displayThresholds.length == ambientThresholds.length) { in onDeviceConfigLowBrightnessThresholdsChanged()
1648 mLowDisplayBrightnessThresholds = displayThresholds; in onDeviceConfigLowBrightnessThresholdsChanged()
1667 public void onDeviceConfigHighBrightnessThresholdsChanged(int[] displayThresholds, in onDeviceConfigHighBrightnessThresholdsChanged() argument
1669 if (displayThresholds != null && ambientThresholds != null in onDeviceConfigHighBrightnessThresholdsChanged()
1670 && displayThresholds.length == ambientThresholds.length) { in onDeviceConfigHighBrightnessThresholdsChanged()
1671 mHighDisplayBrightnessThresholds = displayThresholds; in onDeviceConfigHighBrightnessThresholdsChanged()