Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java +0 −2 Original line number Diff line number Diff line Loading @@ -700,8 +700,6 @@ public class NotificationPanelView extends PanelView implements // TODO: Figure out transition for collapsing when QS is open, adjust height here. int maxPanelHeight = super.getMaxPanelHeight(); int emptyBottomMargin = mNotificationStackScroller.getEmptyBottomMargin(); emptyBottomMargin = (int) Math.max(0, emptyBottomMargin - mNotificationStackScroller.getCurrentOverScrollAmount(true)); emptyBottomMargin += mStackScrollerContainer.getHeight() - mNotificationStackScroller.getHeight(); int maxHeight = maxPanelHeight - emptyBottomMargin - mTopPaddingAdjustment; Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java +0 −2 Original line number Diff line number Diff line Loading @@ -700,8 +700,6 @@ public class NotificationPanelView extends PanelView implements // TODO: Figure out transition for collapsing when QS is open, adjust height here. int maxPanelHeight = super.getMaxPanelHeight(); int emptyBottomMargin = mNotificationStackScroller.getEmptyBottomMargin(); emptyBottomMargin = (int) Math.max(0, emptyBottomMargin - mNotificationStackScroller.getCurrentOverScrollAmount(true)); emptyBottomMargin += mStackScrollerContainer.getHeight() - mNotificationStackScroller.getHeight(); int maxHeight = maxPanelHeight - emptyBottomMargin - mTopPaddingAdjustment; Loading