Merge "Fixing notification clipping in split shade" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
43a7dd9b4b
@@ -2233,6 +2233,7 @@ public class NotificationPanelViewController extends PanelViewController {
|
|||||||
left = 0;
|
left = 0;
|
||||||
right = getView().getRight() + mDisplayRightInset;
|
right = getView().getRight() + mDisplayRightInset;
|
||||||
} else if (qsPanelBottomY > 0) { // so bounds are empty on lockscreen
|
} else if (qsPanelBottomY > 0) { // so bounds are empty on lockscreen
|
||||||
|
mAmbientState.setNotificationScrimTop(mSplitShadeNotificationsTopPadding);
|
||||||
top = Math.min(qsPanelBottomY, mSplitShadeNotificationsTopPadding);
|
top = Math.min(qsPanelBottomY, mSplitShadeNotificationsTopPadding);
|
||||||
bottom = mNotificationStackScrollLayoutController.getHeight();
|
bottom = mNotificationStackScrollLayoutController.getHeight();
|
||||||
left = mNotificationStackScrollLayoutController.getLeft();
|
left = mNotificationStackScrollLayoutController.getLeft();
|
||||||
|
|||||||
Reference in New Issue
Block a user