Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationBackgroundView.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -270,8 +270,8 @@ public class NotificationBackgroundView extends View { /** Set the current expand animation size. */ /** Set the current expand animation size. */ public void setExpandAnimationSize(int width, int height) { public void setExpandAnimationSize(int width, int height) { mExpandAnimationHeight = width; mExpandAnimationHeight = height; mExpandAnimationWidth = height; mExpandAnimationWidth = width; invalidate(); invalidate(); } } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationBackgroundView.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -270,8 +270,8 @@ public class NotificationBackgroundView extends View { /** Set the current expand animation size. */ /** Set the current expand animation size. */ public void setExpandAnimationSize(int width, int height) { public void setExpandAnimationSize(int width, int height) { mExpandAnimationHeight = width; mExpandAnimationHeight = height; mExpandAnimationWidth = height; mExpandAnimationWidth = width; invalidate(); invalidate(); } } Loading