Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java +1 −0 Original line number Diff line number Diff line Loading @@ -802,6 +802,7 @@ public class NotificationPanelView extends PanelView implements requestPanelHeightUpdate(); mNotificationStackScroller.setInterceptDelegateEnabled(expanded); mStatusBar.setQsExpanded(expanded); mQsPanel.setExpanded(expanded); } } Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarHeaderView.java +0 −3 Original line number Diff line number Diff line Loading @@ -302,9 +302,6 @@ public class StatusBarHeaderView extends RelativeLayout implements View.OnClickL updateSystemIconsLayoutParams(); updateClickTargets(); updateMultiUserSwitch(); if (mQSPanel != null) { mQSPanel.setExpanded(mExpanded); } updateClockScale(); updateAvatarScale(); updateClockLp(); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java +1 −0 Original line number Diff line number Diff line Loading @@ -802,6 +802,7 @@ public class NotificationPanelView extends PanelView implements requestPanelHeightUpdate(); mNotificationStackScroller.setInterceptDelegateEnabled(expanded); mStatusBar.setQsExpanded(expanded); mQsPanel.setExpanded(expanded); } } Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarHeaderView.java +0 −3 Original line number Diff line number Diff line Loading @@ -302,9 +302,6 @@ public class StatusBarHeaderView extends RelativeLayout implements View.OnClickL updateSystemIconsLayoutParams(); updateClickTargets(); updateMultiUserSwitch(); if (mQSPanel != null) { mQSPanel.setExpanded(mExpanded); } updateClockScale(); updateAvatarScale(); updateClockLp(); Loading