Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp402 bool systemUiLightsOut{false}; member
496 toString(mLocked.systemUiLightsOut)); in dump()
1147 if (mLocked.systemUiLightsOut != lightsOut) { in setSystemUiLightsOut()
1148 mLocked.systemUiLightsOut = lightsOut; in setSystemUiLightsOut()
1154 forEachPointerControllerLocked([lightsOut = mLocked.systemUiLightsOut](PointerController& pc) { in updateInactivityTimeoutLocked()