Home
last modified time | relevance | path

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

/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
DBrightnessObserverTest.kt105 whenever(mockDeviceConfig.highAmbientBrightnessThresholds).thenReturn(floatArrayOf()) in setUpLowBrightnessZone()
/frameworks/base/services/core/java/com/android/server/display/mode/
DDisplayModeDirector.java1938 float[] highAmbientBrightnessThresholds = in observe() local
1940 if (highDisplayBrightnessThresholds != null && highAmbientBrightnessThresholds != null in observe()
1942 == highAmbientBrightnessThresholds.length) { in observe()
1944 mHighAmbientBrightnessThresholds = highAmbientBrightnessThresholds; in observe()
2947 float[] highAmbientBrightnessThresholds = in onPropertiesChanged() local
2952 new Pair<>(highDisplayBrightnessThresholds, highAmbientBrightnessThresholds)) in onPropertiesChanged()