Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/display/
H A DAutomaticBrightnessControllerTest.java138 when(mAmbientBrightnessThresholds.getBrighteningThreshold(lux1)) in testNoHysteresisAtMinBrightness()
148 when(mScreenBrightnessThresholds.getBrighteningThreshold(normalizedBrightness1)) in testNoHysteresisAtMinBrightness()
158 when(mAmbientBrightnessThresholds.getBrighteningThreshold(lux2)) in testNoHysteresisAtMinBrightness()
184 when(mAmbientBrightnessThresholds.getBrighteningThreshold(lux1)) in testNoHysteresisAtMaxBrightness()
194 when(mScreenBrightnessThresholds.getBrighteningThreshold(normalizedBrightness1)) in testNoHysteresisAtMaxBrightness()
205 when(mAmbientBrightnessThresholds.getBrighteningThreshold(lux2)) in testNoHysteresisAtMaxBrightness()
/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DHysteresisLevels.java67 public float getBrighteningThreshold(float value) { in getBrighteningThreshold() method in HysteresisLevels
H A DAutomaticBrightnessController.java559 mAmbientBrighteningThreshold = mAmbientBrightnessThresholds.getBrighteningThreshold(lux); in setAmbientLux()
778 mScreenBrightnessThresholds.getBrighteningThreshold(newScreenAutoBrightness)); in updateAutoBrightness()
/aosp12/frameworks/base/services/
H A Dart-profile18368 HPLcom/android/server/display/HysteresisLevels;->getBrighteningThreshold(F)F