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.java1121 int[] ambientThresholds = mDeviceConfigDisplaySettings.getAmbientThresholds(); in observe() local
1123 if (brightnessThresholds != null && ambientThresholds != null in observe()
1124 && brightnessThresholds.length == ambientThresholds.length) { in observe()
1126 mAmbientBrightnessThresholds = ambientThresholds; in observe()
1154 int[] ambientThresholds) { in onDeviceConfigThresholdsChanged() argument
1155 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() local
1494 new Pair<int[], int[]>(brightnessThresholds, ambientThresholds)) in onPropertiesChanged()