commit | ff979d2d05d61f01332913881709cd38de8bdf96 | [log] [tgz] |
---|---|---|
author | Tracy Zhou <tracyzhou@google.com> | Tue Feb 26 14:17:17 2019 -0800 |
committer | Tracy Zhou <tracyzhou@google.com> | Tue Feb 26 14:23:01 2019 -0800 |
tree | 519b44be99e28be9bb76ba60596bc5ae3fa7db13 | |
parent | 7eb9c9341637fce578e0cbe8eaa884f702d11877 [diff] |
Fix rounded corner regression upon swipe up ag/5990051 introduced the regression. Change-Id: Ia34eba3d109b0f8bc87b46585dce85a9e86baf12 Fixes: 126045978 Test: Manual
diff --git a/quickstep/recents_ui_overrides/src/com/android/quickstep/util/ClipAnimationHelper.java b/quickstep/recents_ui_overrides/src/com/android/quickstep/util/ClipAnimationHelper.java index 6d374c6..4450b4b 100644 --- a/quickstep/recents_ui_overrides/src/com/android/quickstep/util/ClipAnimationHelper.java +++ b/quickstep/recents_ui_overrides/src/com/android/quickstep/util/ClipAnimationHelper.java
@@ -185,6 +185,7 @@ if (mSupportsRoundedCornersOnWindows) { cornerRadius = Utilities.mapRange(params.progress, mWindowCornerRadius, mTaskCornerRadius); + mCurrentCornerRadius = cornerRadius; } } alpha = mTaskAlphaCallback.apply(app, params.targetAlpha);