HomeSort by relevance Sort by last modified time
    Searched refs:mOccluded (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/core/java/com/android/server/am/
KeyguardController.java 64 private boolean mOccluded;
88 (displayId == DEFAULT_DISPLAY ? !mOccluded : displayId == mSecondaryDisplayShowing);
234 final boolean lastOccluded = mOccluded;
236 mOccluded = false;
247 mOccluded = stack.topActivityOccludesKeyguard()
258 mOccluded |= mWindowManager.isShowingDream();
259 if (mOccluded != lastOccluded) {
271 mWindowManager.onKeyguardOccludedChanged(mOccluded);
294 if (!mOccluded && mDismissingKeyguardActivity != null
321 && mOccluded) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyguardMonitorImpl.java 40 private boolean mOccluded;
94 return mOccluded;
103 if (mShowing == showing && mSecure == secure && mOccluded == occluded) return;
106 mOccluded = occluded;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarKeyguardViewManager.java 87 protected boolean mOccluded;
115 if (mOccluded) {
226 if (mOccluded && !mDozing) {
277 if (dozing || mBouncer.needsFullscreenBouncer() || mOccluded) {
306 if (occluded && !mOccluded && mShowing) {
308 mOccluded = true;
313 mStatusBarWindowManager.setKeyguardOccluded(mOccluded);
320 boolean isOccluding = !mOccluded && occluded;
321 mOccluded = occluded;
339 return mOccluded;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java 250 private boolean mOccluded = false;
    [all...]

Completed in 146 milliseconds