Searched refs:displayThresholds (Results 1 – 1 of 1) sorted by relevance
1837 private void onDeviceConfigLowBrightnessThresholdsChanged(float[] displayThresholds, in onDeviceConfigLowBrightnessThresholdsChanged() argument1839 if (displayThresholds != null && ambientThresholds != null in onDeviceConfigLowBrightnessThresholdsChanged()1840 && displayThresholds.length == ambientThresholds.length) { in onDeviceConfigLowBrightnessThresholdsChanged()1841 mLowDisplayBrightnessThresholds = displayThresholds; in onDeviceConfigLowBrightnessThresholdsChanged()1883 private void onDeviceConfigHighBrightnessThresholdsChanged(float[] displayThresholds, in onDeviceConfigHighBrightnessThresholdsChanged() argument1885 if (displayThresholds != null && ambientThresholds != null in onDeviceConfigHighBrightnessThresholdsChanged()1886 && displayThresholds.length == ambientThresholds.length) { in onDeviceConfigHighBrightnessThresholdsChanged()1887 mHighDisplayBrightnessThresholds = displayThresholds; in onDeviceConfigHighBrightnessThresholdsChanged()