Loading packages/SystemUI/src/com/android/systemui/recents/views/TaskViewThumbnail.java +1 −1 Original line number Diff line number Diff line Loading @@ -138,7 +138,7 @@ public class TaskViewThumbnail extends View { int thumbnailHeight = Math.min(viewHeight, (int) (mThumbnailRect.height() * mThumbnailScale)); if (mTask.isLocked) { if (mTask != null && mTask.isLocked) { canvas.drawRoundRect(0, 0, viewWidth, viewHeight, mCornerRadius, mCornerRadius, mLockedPaint); } else if (mBitmapShader != null && thumbnailWidth > 0 && thumbnailHeight > 0) { Loading Loading
packages/SystemUI/src/com/android/systemui/recents/views/TaskViewThumbnail.java +1 −1 Original line number Diff line number Diff line Loading @@ -138,7 +138,7 @@ public class TaskViewThumbnail extends View { int thumbnailHeight = Math.min(viewHeight, (int) (mThumbnailRect.height() * mThumbnailScale)); if (mTask.isLocked) { if (mTask != null && mTask.isLocked) { canvas.drawRoundRect(0, 0, viewWidth, viewHeight, mCornerRadius, mCornerRadius, mLockedPaint); } else if (mBitmapShader != null && thumbnailWidth > 0 && thumbnailHeight > 0) { Loading