Home
last modified time | relevance | path

Searched defs:maxBrightness (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DDozeScreenBrightnessTest.java165 int maxBrightness = 3; in testAod_usesLightSensorRespectingUserSetting() local
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h190 std::optional<int32_t> maxBrightness; member
/frameworks/base/services/core/java/com/android/server/display/
DBrightnessMappingStrategy.java481 float maxBrightness = MathUtils.max( in smoothCurve() local
DDisplayPowerController.java1942 final float maxBrightness = Math.min(mHbmController.getCurrentBrightnessMax(), in saveBrightnessInfo() local