Searched refs:lightsOut (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarTransitions.java123 private void applyLightsOut(boolean lightsOut, boolean animate, boolean force) { argument
124 if (!force && lightsOut == mLightsOut) return;
126 mLightsOut = lightsOut;
135 final float navButtonsAlpha = lightsOut ? 0f : 1f;
136 final float lowLightsAlpha = lightsOut ? 1f : 0f;
141 lowLights.setVisibility(lightsOut ? View.VISIBLE : View.GONE);
143 final int duration = lightsOut ? LIGHTS_OUT_DURATION : LIGHTS_IN_DURATION;
158 .setListener(lightsOut ? null : new AnimatorListenerAdapter() {
H A DPhoneStatusBar.java2587 final boolean lightsOut = (vis & View.SYSTEM_UI_FLAG_LOW_PROFILE) != 0;
2588 if (lightsOut) {
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp711 bool lightsOut = mLocked.systemUiVisibility & ASYSTEM_UI_VISIBILITY_STATUS_BAR_HIDDEN; local
712 controller->setInactivityTimeout(lightsOut

Completed in 376 milliseconds