Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DDisplayModeDirector.java853 int[] ambientThresholds = mDeviceConfigDisplaySettings.getAmbientThresholds(); in observe() local
855 if (brightnessThresholds != null && ambientThresholds != null in observe()
856 && brightnessThresholds.length == ambientThresholds.length) { in observe()
858 mAmbientBrightnessThresholds = ambientThresholds; in observe()
886 int[] ambientThresholds) { in onDeviceConfigThresholdsChanged() argument
887 if (brightnessThresholds != null && ambientThresholds != null in onDeviceConfigThresholdsChanged()
888 && brightnessThresholds.length == ambientThresholds.length) { in onDeviceConfigThresholdsChanged()
890 mAmbientBrightnessThresholds = ambientThresholds; in onDeviceConfigThresholdsChanged()
1214 int[] ambientThresholds = getAmbientThresholds(); in onPropertiesChanged() local
1219 new Pair<int[], int[]>(brightnessThresholds, ambientThresholds)) in onPropertiesChanged()