Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DKeyguardController.java115 && !state.mOccluded; in isKeyguardOrAodShowing()
137 return state.mKeyguardShowing && !state.mKeyguardGoingAway && !state.mOccluded; in isKeyguardShowing()
151 return state.mKeyguardShowing && !state.mKeyguardGoingAway && state.mOccluded; in isKeyguardOccluded()
206 state.mOccluded ? 1 : 0, in setKeyguardShown()
292 state.mOccluded ? 1 : 0, in keyguardGoingAway()
440 final boolean occluded = getDisplayState(displayId).mOccluded; in handleOccludedChanged()
625 private boolean mOccluded; field in KeyguardController.KeyguardDisplayState
655 final boolean lastOccluded = mOccluded; in updateVisibility()
661 mOccluded = false; in updateVisibility()
688 mOccluded = mTopOccludesActivity != null in updateVisibility()
[all …]
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DFakeKeyguardStateController.java27 private boolean mOccluded; field in FakeKeyguardStateController
33 mOccluded = occluded; in notifyKeyguardState()
47 return mOccluded; in isOccluded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardStateControllerImpl.java79 private boolean mOccluded; field in KeyguardStateControllerImpl
185 return mOccluded; in isOccluded()
195 if (mShowing == showing && mOccluded == occluded) return; in notifyKeyguardState()
197 mOccluded = occluded; in notifyKeyguardState()
412 pw.println(" mOccluded: " + mOccluded); in dump()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java400 private boolean mOccluded = false; field in KeyguardViewMediator
983 + mOccluded);
2143 return mShowing && !mOccluded;
2222 if (mOccluded != isOccluded) {
2223 mOccluded = isOccluded;
3035 if (mBootCompleted && ((mShowing && !mOccluded) || mUnlockingAndWakingFromDream)) {
3510 if (mPowerGestureIntercepted && mOccluded && isSecure()
3516 Log.d(TAG, "adjustStatusBarLocked: mShowing=" + mShowing + " mOccluded=" + mOccluded
3714 pw.print(" mOccluded: "); pw.println(mOccluded);