Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java534 private boolean mPowerGestureIntercepted = false; field in KeyguardViewMediator
1613 mPowerGestureIntercepted = false;
1683 mPowerGestureIntercepted = true;
1686 + ",mPowerGestureIntercepted=" + mPowerGestureIntercepted);
1887 mPowerGestureIntercepted = true;
1891 + ", mPowerGestureIntercepted = " + mPowerGestureIntercepted);
2123 mPowerGestureIntercepted =
2135 + mPowerGestureIntercepted);
3384 if (mPowerGestureIntercepted && mOccluded && isSecure()
3392 + " mPowerGestureIntercepted=" + mPowerGestureIntercepted
[all …]