Searched refs:displayThresholds (Results 1 – 1 of 1) sorted by relevance
1644 public void onDeviceConfigLowBrightnessThresholdsChanged(int[] displayThresholds, in onDeviceConfigLowBrightnessThresholdsChanged() argument1646 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() argument1669 if (displayThresholds != null && ambientThresholds != null in onDeviceConfigHighBrightnessThresholdsChanged()1670 && displayThresholds.length == ambientThresholds.length) { in onDeviceConfigHighBrightnessThresholdsChanged()1671 mHighDisplayBrightnessThresholds = displayThresholds; in onDeviceConfigHighBrightnessThresholdsChanged()