commit | e414c65aabf13fab0ceb728eef08b2006796f6fe | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Thu May 02 19:53:16 2019 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu May 02 19:53:16 2019 +0000 |
tree | 120862e25b4a4deec8f48ed636f572d4d7a84989 | |
parent | a51d6422c29859eedf086a9eeb038c138cc52ae9 [diff] | |
parent | 1f2bb9d0b7d7bd4878307f0ec635df2fe96fed7b [diff] |
Merge "Updating the quickswitch direction in SEASCAPE" into ub-launcher3-qt-dev
diff --git a/go/quickstep/src/com/android/quickstep/ThumbnailDrawable.java b/go/quickstep/src/com/android/quickstep/ThumbnailDrawable.java index a8cc0a1..922e68a 100644 --- a/go/quickstep/src/com/android/quickstep/ThumbnailDrawable.java +++ b/go/quickstep/src/com/android/quickstep/ThumbnailDrawable.java
@@ -57,6 +57,7 @@ mCornerRadius = (int) res.getDimension(R.dimen.task_thumbnail_corner_radius); mShader = new BitmapShader(mThumbnailData.thumbnail, CLAMP, CLAMP); mPaint.setShader(mShader); + mPaint.setAntiAlias(true); updateMatrix(); }