Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScreenOffAnimationController.kt167 fun shouldClampDozeScreenBrightness(): Boolean = in shouldClampDozeScreenBrightness() method
DDozeParameters.java334 return mScreenOffAnimationController.shouldClampDozeScreenBrightness(); in shouldClampToDimBrightness()