Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarKeyguardViewManager.java +2 −7 Original line number Diff line number Diff line Loading @@ -655,14 +655,9 @@ public class StatusBarKeyguardViewManager implements RemoteInputController.Callb * device state and touch handling. The bouncer MUST have been notified that it is about to * show if any subsequent events are to be handled. */ if (beginShowingBouncer(event)) { if (SceneContainerFlag.isEnabled()) { mSceneInteractorLazy.get().changeScene( Scenes.Bouncer, "StatusBarKeyguardViewManager.onPanelExpansionChanged"); } else { if (!SceneContainerFlag.isEnabled() && beginShowingBouncer(event)) { mPrimaryBouncerInteractor.show(/* isScrimmed= */false); } } if (!primaryBouncerIsOrWillBeShowing()) { return; Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarKeyguardViewManager.java +2 −7 Original line number Diff line number Diff line Loading @@ -655,14 +655,9 @@ public class StatusBarKeyguardViewManager implements RemoteInputController.Callb * device state and touch handling. The bouncer MUST have been notified that it is about to * show if any subsequent events are to be handled. */ if (beginShowingBouncer(event)) { if (SceneContainerFlag.isEnabled()) { mSceneInteractorLazy.get().changeScene( Scenes.Bouncer, "StatusBarKeyguardViewManager.onPanelExpansionChanged"); } else { if (!SceneContainerFlag.isEnabled() && beginShowingBouncer(event)) { mPrimaryBouncerInteractor.show(/* isScrimmed= */false); } } if (!primaryBouncerIsOrWillBeShowing()) { return; Loading