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