Loading packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java +2 −1 Original line number Diff line number Diff line Loading @@ -1753,10 +1753,11 @@ public final class NotificationPanelViewController implements ShadeSurface, Dump } private void updateKeyguardStatusViewAlignment(boolean animate) { boolean shouldBeCentered = shouldKeyguardStatusViewBeCentered(); if (migrateClocksToBlueprint()) { mKeyguardInteractor.setClockShouldBeCentered(shouldBeCentered); return; } boolean shouldBeCentered = shouldKeyguardStatusViewBeCentered(); ConstraintLayout layout = mNotificationContainerParent; mKeyguardStatusViewController.updateAlignment( layout, mSplitShadeEnabled, shouldBeCentered, animate); Loading Loading
packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java +2 −1 Original line number Diff line number Diff line Loading @@ -1753,10 +1753,11 @@ public final class NotificationPanelViewController implements ShadeSurface, Dump } private void updateKeyguardStatusViewAlignment(boolean animate) { boolean shouldBeCentered = shouldKeyguardStatusViewBeCentered(); if (migrateClocksToBlueprint()) { mKeyguardInteractor.setClockShouldBeCentered(shouldBeCentered); return; } boolean shouldBeCentered = shouldKeyguardStatusViewBeCentered(); ConstraintLayout layout = mNotificationContainerParent; mKeyguardStatusViewController.updateAlignment( layout, mSplitShadeEnabled, shouldBeCentered, animate); Loading