Home
last modified time | relevance | path

Searched refs:isBypassEnabled (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java276 || (ambientState.isBypassEnabled() && ambientState.isPulseExpanding())) { in initAlgorithmState()
328 || (ambientState.isBypassEnabled() && ambientState.isPulseExpanding())) { in updatePositionsForState()
360 && (!ambientState.isBypassEnabled() || !ambientState.isPulseExpanding()) in getExpansionFractionWithoutShelf()
451 boolean bypassPulseNotExpanding = ambientState.isBypassEnabled() in updateChild()
783 boolean isBypassEnabled(); in isBypassEnabled() method
DAmbientState.java307 public boolean isBypassEnabled() { in isBypassEnabled() method in AmbientState
308 return mBypassController.isBypassEnabled(); in isBypassEnabled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBypassController.kt73 override fun isBypassEnabled() = bypassEnabled in isBypassEnabled() method in com.android.systemui.statusbar.phone.KeyguardBypassController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java726 return isHeadsUpState() && (isDozing() || (mOnKeyguard && isBypassEnabled()));
2362 if (mOnKeyguard && !isDozing() && !isBypassEnabled()) {
2368 private boolean isBypassEnabled() {
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java2475 final boolean isBypassEnabled = mKeyguardBypassController != null in startListeningForFace()
2476 && mKeyguardBypassController.isBypassEnabled(); in startListeningForFace()
2478 mFaceAuthenticationCallback, null /* handler */, userId, isBypassEnabled); in startListeningForFace()