Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarTransitions.java159 private void applyLightsOut(boolean lightsOut, boolean animate, boolean force) { in applyLightsOut() argument
160 if (!force && lightsOut == mLightsOut) return; in applyLightsOut()
162 mLightsOut = lightsOut; in applyLightsOut()
170 final float navButtonsAlpha = lightsOut ? 0.6f + darkBump : 1f; in applyLightsOut()
175 final int duration = lightsOut ? LIGHTS_OUT_DURATION : LIGHTS_IN_DURATION; in applyLightsOut()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp874 bool lightsOut = mLocked.systemUiVisibility & ASYSTEM_UI_VISIBILITY_STATUS_BAR_HIDDEN; in updateInactivityTimeoutLocked() local
875 controller->setInactivityTimeout(lightsOut in updateInactivityTimeoutLocked()