Loading packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainer.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -1197,6 +1197,8 @@ public class KeyguardSecurityContainer extends ConstraintLayout { }); }); mPopup.show(); mPopup.show(); }); }); mUserSwitcherViewGroup.setAlpha(0f); } } @Override @Override Loading packages/SystemUI/src/com/android/systemui/bouncer/ui/binder/KeyguardBouncerViewBinder.kt +2 −0 Original line number Original line Diff line number Diff line Loading @@ -120,6 +120,8 @@ object KeyguardBouncerViewBinder { viewModel.isShowing.collect { isShowing -> viewModel.isShowing.collect { isShowing -> view.visibility = if (isShowing) View.VISIBLE else View.INVISIBLE view.visibility = if (isShowing) View.VISIBLE else View.INVISIBLE if (isShowing) { if (isShowing) { // Reset security container because these views are not reinflated. securityContainerController.reset() securityContainerController.reinflateViewFlipper { securityContainerController.reinflateViewFlipper { // Reset Security Container entirely. // Reset Security Container entirely. securityContainerController.onBouncerVisibilityChanged( securityContainerController.onBouncerVisibilityChanged( Loading Loading
packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainer.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -1197,6 +1197,8 @@ public class KeyguardSecurityContainer extends ConstraintLayout { }); }); mPopup.show(); mPopup.show(); }); }); mUserSwitcherViewGroup.setAlpha(0f); } } @Override @Override Loading
packages/SystemUI/src/com/android/systemui/bouncer/ui/binder/KeyguardBouncerViewBinder.kt +2 −0 Original line number Original line Diff line number Diff line Loading @@ -120,6 +120,8 @@ object KeyguardBouncerViewBinder { viewModel.isShowing.collect { isShowing -> viewModel.isShowing.collect { isShowing -> view.visibility = if (isShowing) View.VISIBLE else View.INVISIBLE view.visibility = if (isShowing) View.VISIBLE else View.INVISIBLE if (isShowing) { if (isShowing) { // Reset security container because these views are not reinflated. securityContainerController.reset() securityContainerController.reinflateViewFlipper { securityContainerController.reinflateViewFlipper { // Reset Security Container entirely. // Reset Security Container entirely. securityContainerController.onBouncerVisibilityChanged( securityContainerController.onBouncerVisibilityChanged( Loading