Searched refs:bouncerShowing (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardBypassController.kt | 53 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()
|
D | StatusBarWindowController.java | 267 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
|
D | StatusBarWindowCallback.java | 19 void onStateChanged(boolean keyguardShowing, boolean keyguardOccluded, boolean bouncerShowing); in onStateChanged() argument
|
D | StatusBarKeyguardViewManager.java | 777 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()
|
D | LockIcon.java | 459 public void setBouncerShowingScrimmed(boolean bouncerShowing) { in setBouncerShowingScrimmed() argument 460 mBouncerShowingScrimmed = bouncerShowing; in setBouncerShowingScrimmed()
|
D | StatusBarWindowView.java | 532 public void setBouncerShowingScrimmed(boolean bouncerShowing) { in setBouncerShowingScrimmed() argument 534 mLockIcon.setBouncerShowingScrimmed(bouncerShowing); in setBouncerShowingScrimmed()
|
D | StatusBar.java | 2904 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/ |
D | EventLogTags.logtags | 16 ## 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/ |
D | PulseExpansionHandler.kt | 115 var bouncerShowing: Boolean = false in <lambda>() variable 131 bouncerShowing) { in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
D | OverviewProxyService.java | 569 boolean bouncerShowing) { in onStatusBarStateChanged() argument 575 setSystemUiStateFlag(SYSUI_STATE_BOUNCER_SHOWING, bouncerShowing, displayId); in onStatusBarStateChanged()
|