Loading packages/SystemUI/src/com/android/systemui/statusbar/NotificationShelf.java +2 −0 Original line number Diff line number Diff line Loading @@ -405,6 +405,8 @@ public class NotificationShelf extends ActivatableNotificationView implements int top = (int) (maxTop - shelfIconPosition); Rect clipRect = new Rect(0, top, icon.getWidth(), Math.max(top, icon.getHeight())); icon.setClipBounds(clipRect); } else { icon.setClipBounds(null); } } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/NotificationShelf.java +2 −0 Original line number Diff line number Diff line Loading @@ -405,6 +405,8 @@ public class NotificationShelf extends ActivatableNotificationView implements int top = (int) (maxTop - shelfIconPosition); Rect clipRect = new Rect(0, top, icon.getWidth(), Math.max(top, icon.getHeight())); icon.setClipBounds(clipRect); } else { icon.setClipBounds(null); } } Loading