Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarKeyguardViewManager.java +5 −0 Original line number Diff line number Diff line Loading @@ -204,6 +204,7 @@ public class StatusBarKeyguardViewManager implements RemoteInputController.Callb protected CentralSurfaces mCentralSurfaces; private NotificationPanelViewController mNotificationPanelViewController; private BiometricUnlockController mBiometricUnlockController; private boolean mCentralSurfacesRegistered; private View mNotificationContainer; Loading Loading @@ -338,6 +339,7 @@ public class StatusBarKeyguardViewManager implements RemoteInputController.Callb mNotificationContainer = notificationContainer; mKeyguardMessageAreaController = mKeyguardMessageAreaFactory.create( centralSurfaces.getKeyguardMessageArea()); mCentralSurfacesRegistered = true; registerListeners(); } Loading Loading @@ -1086,6 +1088,9 @@ public class StatusBarKeyguardViewManager implements RemoteInputController.Callb }; protected void updateStates() { if (!mCentralSurfacesRegistered) { return; } boolean showing = mShowing; boolean occluded = mOccluded; boolean bouncerShowing = bouncerIsShowing(); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarKeyguardViewManager.java +5 −0 Original line number Diff line number Diff line Loading @@ -204,6 +204,7 @@ public class StatusBarKeyguardViewManager implements RemoteInputController.Callb protected CentralSurfaces mCentralSurfaces; private NotificationPanelViewController mNotificationPanelViewController; private BiometricUnlockController mBiometricUnlockController; private boolean mCentralSurfacesRegistered; private View mNotificationContainer; Loading Loading @@ -338,6 +339,7 @@ public class StatusBarKeyguardViewManager implements RemoteInputController.Callb mNotificationContainer = notificationContainer; mKeyguardMessageAreaController = mKeyguardMessageAreaFactory.create( centralSurfaces.getKeyguardMessageArea()); mCentralSurfacesRegistered = true; registerListeners(); } Loading Loading @@ -1086,6 +1088,9 @@ public class StatusBarKeyguardViewManager implements RemoteInputController.Callb }; protected void updateStates() { if (!mCentralSurfacesRegistered) { return; } boolean showing = mShowing; boolean occluded = mOccluded; boolean bouncerShowing = bouncerIsShowing(); Loading