Home
last modified time | relevance | path

Searched defs:lightsOut (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarView.java140 public void setLowProfile(final boolean lightsOut) { in setLowProfile()
144 public void setLowProfile(final boolean lightsOut, final boolean animate, final boolean force) { in setLowProfile()
/frameworks/base/services/jni/
Dcom_android_server_InputManager.cpp674 bool lightsOut = mLocked.systemUiVisibility & ASYSTEM_UI_VISIBILITY_STATUS_BAR_HIDDEN; in updateInactivityTimeoutLocked() local