Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationIconContainer.java +6 −2 Original line number Diff line number Diff line Loading @@ -349,8 +349,12 @@ public class NotificationIconContainer extends ViewGroup { } } if (child instanceof StatusBarIconView) { if (NotificationIconContainerRefactor.isEnabled()) { if (!mChangingViewPositions) { ((StatusBarIconView) child).updateIconDimens(); } } else { ((StatusBarIconView) child).updateIconDimens(); if (!NotificationIconContainerRefactor.isEnabled()) { ((StatusBarIconView) child).setDozing(mDozing, false, 0); } } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationIconContainer.java +6 −2 Original line number Diff line number Diff line Loading @@ -349,8 +349,12 @@ public class NotificationIconContainer extends ViewGroup { } } if (child instanceof StatusBarIconView) { if (NotificationIconContainerRefactor.isEnabled()) { if (!mChangingViewPositions) { ((StatusBarIconView) child).updateIconDimens(); } } else { ((StatusBarIconView) child).updateIconDimens(); if (!NotificationIconContainerRefactor.isEnabled()) { ((StatusBarIconView) child).setDozing(mDozing, false, 0); } } Loading