Searched defs:lightsOut (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarTransitions.java66 private void applyLightsOut(boolean lightsOut, boolean animate, boolean force) { argument
67 if (!force && lightsOut == mLightsOut) return;
69 mLightsOut = lightsOut;
76 final float navButtonsAlpha = lightsOut ? 0.5f : 1f;
81 final int duration = lightsOut ? LIGHTS_OUT_DURATION : LIGHTS_IN_DURATION;
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp782 bool lightsOut = mLocked.systemUiVisibility & ASYSTEM_UI_VISIBILITY_STATUS_BAR_HIDDEN; local
783 controller->setInactivityTimeout(lightsOut

Completed in 53 milliseconds