Searched refs:brightnessThresholds (Results 1 – 1 of 1) sorted by relevance
1120 int[] brightnessThresholds = mDeviceConfigDisplaySettings.getBrightnessThresholds(); in observe() local1123 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() argument1155 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() local1494 new Pair<int[], int[]>(brightnessThresholds, ambientThresholds)) in onPropertiesChanged()