Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DDisplayModeDirector.java1120 int[] brightnessThresholds = mDeviceConfigDisplaySettings.getBrightnessThresholds(); in observe() local
1123 if (brightnessThresholds != null && ambientThresholds != null in observe()
1124 && brightnessThresholds.length == ambientThresholds.length) { in observe()
1125 mDisplayBrightnessThresholds = brightnessThresholds; in observe()
1153 public void onDeviceConfigThresholdsChanged(int[] brightnessThresholds, in onDeviceConfigThresholdsChanged() argument
1155 if (brightnessThresholds != null && ambientThresholds != null in onDeviceConfigThresholdsChanged()
1156 && brightnessThresholds.length == ambientThresholds.length) { in onDeviceConfigThresholdsChanged()
1157 mDisplayBrightnessThresholds = brightnessThresholds; in onDeviceConfigThresholdsChanged()
1488 int[] brightnessThresholds = getBrightnessThresholds(); in onPropertiesChanged() local
1494 new Pair<int[], int[]>(brightnessThresholds, ambientThresholds)) in onPropertiesChanged()