Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBypassController.kt53 var bouncerShowing: Boolean = false variable in com.android.systemui.statusbar.phone.KeyguardBypassController
128 bouncerShowing -> true in canBypass()
161 pw.print(" bouncerShowing: "); pw.println(bouncerShowing) in dump()
DStatusBarWindowController.java267 if (state.bouncerShowing && (state.keyguardOccluded || state.keyguardNeedsInput) in applyFocusableFlag()
284 if (state.panelExpanded || state.bouncerShowing in applyForceShowNavigationFlag()
309 || state.panelVisible || state.keyguardFadingAway || state.bouncerShowing in isExpanded()
326 mLpChanged.userActivityTimeout = state.bouncerShowing in applyUserActivityTimeout()
389 mCurrentState.bouncerShowing); in notifyStateChangedCallbacks()
459 mCurrentState.bouncerShowing = showing; in setBouncerShowing()
661 boolean bouncerShowing; field in StatusBarWindowController.State
DStatusBarWindowCallback.java19 void onStateChanged(boolean keyguardShowing, boolean keyguardOccluded, boolean bouncerShowing); in onStateChanged() argument
DStatusBarKeyguardViewManager.java777 boolean bouncerShowing = mBouncer.isShowing(); in updateStates()
797 if (bouncerShowing != mLastBouncerShowing || mFirstUpdate) { in updateStates()
798 mStatusBarWindowController.setBouncerShowing(bouncerShowing); in updateStates()
799 mStatusBar.setBouncerShowing(bouncerShowing); in updateStates()
806 if (bouncerShowing != mLastBouncerShowing || mFirstUpdate) { in updateStates()
807 updateMonitor.sendKeyguardBouncerChanged(bouncerShowing); in updateStates()
813 mLastBouncerShowing = bouncerShowing; in updateStates()
DLockIcon.java459 public void setBouncerShowingScrimmed(boolean bouncerShowing) { in setBouncerShowingScrimmed() argument
460 mBouncerShowingScrimmed = bouncerShowing; in setBouncerShowingScrimmed()
DStatusBarWindowView.java532 public void setBouncerShowingScrimmed(boolean bouncerShowing) { in setBouncerShowingScrimmed() argument
534 mLockIcon.setBouncerShowingScrimmed(bouncerShowing); in setBouncerShowingScrimmed()
DStatusBar.java2904 boolean keyguardOccluded, boolean bouncerShowing, boolean secure, in getLoggingFingerprint() argument
2911 | ((bouncerShowing ? 1 : 0) << 10) in getLoggingFingerprint()
3700 public void setBouncerShowing(boolean bouncerShowing) { in setBouncerShowing() argument
3701 mBouncerShowing = bouncerShowing; in setBouncerShowing()
3702 mKeyguardBypassController.setBouncerShowing(bouncerShowing); in setBouncerShowing()
3703 mPulseExpansionHandler.setBouncerShowing(bouncerShowing); in setBouncerShowing()
3705 if (mStatusBarView != null) mStatusBarView.setBouncerShowing(bouncerShowing); in setBouncerShowing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DEventLogTags.logtags16 ## bouncerShowing: 1: Bouncer currently shown to the user
19 36004 sysui_status_bar_state (state|1),(keyguardShowing|1),(keyguardOccluded|1),(bouncerShowing|1),…
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DPulseExpansionHandler.kt115 var bouncerShowing: Boolean = false in <lambda>() variable
131 bouncerShowing) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DOverviewProxyService.java569 boolean bouncerShowing) { in onStatusBarStateChanged() argument
575 setSystemUiStateFlag(SYSUI_STATE_BOUNCER_SHOWING, bouncerShowing, displayId); in onStatusBarStateChanged()