Loading packages/SystemUI/src/com/android/systemui/statusbar/NotificationBackgroundView.java +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ public class NotificationBackgroundView extends View { } private void draw(Canvas canvas, Drawable drawable) { if (drawable != null) { if (drawable != null && mActualHeight > mClipTopAmount) { drawable.setBounds(0, mClipTopAmount, getWidth(), mActualHeight); drawable.draw(canvas); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/NotificationBackgroundView.java +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ public class NotificationBackgroundView extends View { } private void draw(Canvas canvas, Drawable drawable) { if (drawable != null) { if (drawable != null && mActualHeight > mClipTopAmount) { drawable.setBounds(0, mClipTopAmount, getWidth(), mActualHeight); drawable.draw(canvas); } Loading