Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp387 bool systemUiLightsOut{false}; member
476 toString(mLocked.systemUiLightsOut)); in dump()
1067 if (mLocked.systemUiLightsOut != lightsOut) { in setSystemUiLightsOut()
1068 mLocked.systemUiLightsOut = lightsOut; in setSystemUiLightsOut()
1079 controller->setInactivityTimeout(mLocked.systemUiLightsOut ? InactivityTimeout::SHORT in updateInactivityTimeoutLocked()