Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/display/
H A DAutomaticBrightnessControllerTest.java70 @Mock HysteresisLevels mScreenBrightnessThresholds; field in AutomaticBrightnessControllerTest
107 mAmbientBrightnessThresholds, mScreenBrightnessThresholds, mLogicalDisplay, in setupController()
148 when(mScreenBrightnessThresholds.getBrighteningThreshold(normalizedBrightness1)) in testNoHysteresisAtMinBrightness()
194 when(mScreenBrightnessThresholds.getBrighteningThreshold(normalizedBrightness1)) in testNoHysteresisAtMaxBrightness()
/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DAutomaticBrightnessController.java130 private final HysteresisLevels mScreenBrightnessThresholds; field in AutomaticBrightnessController
261 mScreenBrightnessThresholds = screenBrightnessThresholds; in AutomaticBrightnessController()
481 mScreenBrightnessThresholds.dump(pw); in dump()
778 mScreenBrightnessThresholds.getBrighteningThreshold(newScreenAutoBrightness)); in updateAutoBrightness()
780 mScreenBrightnessThresholds.getDarkeningThreshold(newScreenAutoBrightness)); in updateAutoBrightness()