Home
last modified time | relevance | path

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

/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
DBrightnessObserverTest.kt107 whenever(mockDeviceConfig.lowAmbientBrightnessThresholds).thenReturn(floatArrayOf(10f)) in setUpLowBrightnessZone()
/frameworks/base/services/core/java/com/android/server/display/mode/
DDisplayModeDirector.java1927 float[] lowAmbientBrightnessThresholds = in observe() local
1929 if (lowDisplayBrightnessThresholds != null && lowAmbientBrightnessThresholds != null in observe()
1931 == lowAmbientBrightnessThresholds.length) { in observe()
1933 mLowAmbientBrightnessThresholds = lowAmbientBrightnessThresholds; in observe()
2934 float[] lowAmbientBrightnessThresholds = in onPropertiesChanged() local
2939 new Pair<>(lowDisplayBrightnessThresholds, lowAmbientBrightnessThresholds)) in onPropertiesChanged()