Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java +5 −0 Original line number Diff line number Diff line Loading @@ -578,6 +578,10 @@ public class NotificationStackScrollLayout extends ViewGroup implements ScrollAd @Override @ShadeViewRefactor(RefactorComponent.SHADE_VIEW) public void onDensityOrFontScaleChanged() { reinflateViews(); } private void reinflateViews() { inflateFooterView(); inflateEmptyShadeView(); updateFooter(); Loading Loading @@ -608,6 +612,7 @@ public class NotificationStackScrollLayout extends ViewGroup implements ScrollAd mCornerRadius = newRadius; invalidate(); } reinflateViews(); } @VisibleForTesting Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarNotificationPresenter.java +5 −0 Original line number Diff line number Diff line Loading @@ -258,6 +258,11 @@ public class StatusBarNotificationPresenter implements NotificationPresenter, } } @Override public void onOverlayChanged() { onDensityOrFontScaleChanged(); } private void updateNotificationOnUiModeChanged() { ArrayList<NotificationEntry> userNotifications = mEntryManager.getNotificationData().getNotificationsForCurrentUser(); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java +5 −0 Original line number Diff line number Diff line Loading @@ -578,6 +578,10 @@ public class NotificationStackScrollLayout extends ViewGroup implements ScrollAd @Override @ShadeViewRefactor(RefactorComponent.SHADE_VIEW) public void onDensityOrFontScaleChanged() { reinflateViews(); } private void reinflateViews() { inflateFooterView(); inflateEmptyShadeView(); updateFooter(); Loading Loading @@ -608,6 +612,7 @@ public class NotificationStackScrollLayout extends ViewGroup implements ScrollAd mCornerRadius = newRadius; invalidate(); } reinflateViews(); } @VisibleForTesting Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarNotificationPresenter.java +5 −0 Original line number Diff line number Diff line Loading @@ -258,6 +258,11 @@ public class StatusBarNotificationPresenter implements NotificationPresenter, } } @Override public void onOverlayChanged() { onDensityOrFontScaleChanged(); } private void updateNotificationOnUiModeChanged() { ArrayList<NotificationEntry> userNotifications = mEntryManager.getNotificationData().getNotificationsForCurrentUser(); Loading