Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DDozeScreenBrightnessTest.java111 int maxBrightness = 3; in testAod_usesLightSensorRespectingUserSetting() local
113 Settings.System.SCREEN_BRIGHTNESS, maxBrightness, in testAod_usesLightSensorRespectingUserSetting() local
117 assertEquals(maxBrightness, mServiceFake.screenBrightness); in testAod_usesLightSensorRespectingUserSetting()
/frameworks/base/services/core/java/com/android/server/display/
DBrightnessMappingStrategy.java337 float maxBrightness = prevBrightness * permissibleRatio(currLux, prevLux); in smoothCurve() local
339 currBrightness, prevBrightness, maxBrightness); in smoothCurve()