Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelBar.java35 private boolean mBouncerShowing; field in PanelBar
95 mBouncerShowing = showing; in setBouncerShowing()
118 return mExpanded || mBouncerShowing; in shouldPanelBeVisible()
DNotificationShadeWindowController.java283 if (state.mBouncerShowing && (state.mKeyguardOccluded || state.mKeyguardNeedsInput) in applyFocusableFlag()
304 if (state.mPanelExpanded || state.mBouncerShowing in applyForceShowNavigationFlag()
329 || state.mPanelVisible || state.mKeyguardFadingAway || state.mBouncerShowing in isExpanded()
349 mLpChanged.userActivityTimeout = state.mBouncerShowing in applyUserActivityTimeout()
413 mCurrentState.mBouncerShowing); in notifyStateChangedCallbacks()
473 mCurrentState.mBouncerShowing = showing; in setBouncerShowing()
654 boolean mBouncerShowing; field in NotificationShadeWindowController.State
DStatusBar.java325 protected boolean mBouncerShowing; field in StatusBar
1050 mStatusBarView.setBouncerShowing(mBouncerShowing); in makeStatusBarView()
1858 && (mStatusBarWindowHidden || mBouncerShowing); in updateHideIconsForBouncer()
1859 boolean hideBecauseKeyguard = !mPanelExpanded && !mIsOccluded && mBouncerShowing; in updateHideIconsForBouncer()
1876 mBouncerWasShowingWhenHidden = mBouncerShowing; in updateHideIconsForBouncer()
2719 if (mExpandedVisible && !mBouncerShowing) { in executeRunnableDismissingKeyguard()
3204 != BiometricUnlockController.MODE_WAKE_AND_UNLOCK && !mBouncerShowing) { in updatePanelExpansionForKeyguard()
3692 mBouncerShowing = bouncerShowing; in setBouncerShowing()
3700 if (!mBouncerShowing) { in setBouncerShowing()
3970 if (mBouncerShowing) { in updateScrimController()
[all …]