Searched refs:ambientThresholds (Results 1 – 1 of 1) sorted by relevance
1121 int[] ambientThresholds = mDeviceConfigDisplaySettings.getAmbientThresholds(); in observe() local1123 if (brightnessThresholds != null && ambientThresholds != null in observe()1124 && brightnessThresholds.length == ambientThresholds.length) { in observe()1126 mAmbientBrightnessThresholds = ambientThresholds; in observe()1154 int[] ambientThresholds) { in onDeviceConfigThresholdsChanged() argument1155 if (brightnessThresholds != null && ambientThresholds != null in onDeviceConfigThresholdsChanged()1156 && brightnessThresholds.length == ambientThresholds.length) { in onDeviceConfigThresholdsChanged()1158 mAmbientBrightnessThresholds = ambientThresholds; in onDeviceConfigThresholdsChanged()1489 int[] ambientThresholds = getAmbientThresholds(); in onPropertiesChanged() local1494 new Pair<int[], int[]>(brightnessThresholds, ambientThresholds)) in onPropertiesChanged()