Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DVisualStabilityCoordinator.java83 private boolean mCommunalShowing = false; field in VisualStabilityCoordinator
253 return ((mFullyDozed && mSleepy) || !mPanelExpanded || mCommunalShowing) && !mPulsing; in isReorderingAllowed()
337 pw.println(" communalShowing: " + mCommunalShowing); in dump()
363 mCommunalShowing = isShowing; in onCommunalShowingChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardStatusBarViewController.java248 private boolean mCommunalShowing; field in KeyguardStatusBarViewController
251 mCommunalShowing = communalShowing;
575 && !mCommunalShowing in updateViewState()