Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBypassController.kt +9 −1 Original line number Diff line number Diff line Loading @@ -49,6 +49,14 @@ class KeyguardBypassController { private set var bouncerShowing: Boolean = false var qSExpanded = false set(value) { val changed = field != value field = value if (changed && !value) { maybePerformPendingUnlock() } } @Inject constructor(context: Context, tunerService: TunerService, Loading Loading @@ -98,7 +106,7 @@ class KeyguardBypassController { // to unlock return false } if (isPulseExpanding) { if (isPulseExpanding || qSExpanded) { pendingUnlockType = biometricSourceType return false } Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java +1 −0 Original line number Diff line number Diff line Loading @@ -1387,6 +1387,7 @@ public class NotificationPanelView extends PanelView implements mStatusBar.setQsExpanded(expanded); mNotificationContainerParent.setQsExpanded(expanded); mPulseExpansionHandler.setQsExpanded(expanded); mKeyguardBypassController.setQSExpanded(expanded); } } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBypassController.kt +9 −1 Original line number Diff line number Diff line Loading @@ -49,6 +49,14 @@ class KeyguardBypassController { private set var bouncerShowing: Boolean = false var qSExpanded = false set(value) { val changed = field != value field = value if (changed && !value) { maybePerformPendingUnlock() } } @Inject constructor(context: Context, tunerService: TunerService, Loading Loading @@ -98,7 +106,7 @@ class KeyguardBypassController { // to unlock return false } if (isPulseExpanding) { if (isPulseExpanding || qSExpanded) { pendingUnlockType = biometricSourceType return false } Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java +1 −0 Original line number Diff line number Diff line Loading @@ -1387,6 +1387,7 @@ public class NotificationPanelView extends PanelView implements mStatusBar.setQsExpanded(expanded); mNotificationContainerParent.setQsExpanded(expanded); mPulseExpansionHandler.setQsExpanded(expanded); mKeyguardBypassController.setQSExpanded(expanded); } } Loading