Loading quickstep/src/com/android/quickstep/util/ClipAnimationHelper.java +0 −1 Original line number Diff line number Diff line Loading @@ -390,7 +390,6 @@ public class ClipAnimationHelper { public TransformParams setCurrentRectAndTargetAlpha(RectF currentRect, float targetAlpha) { this.currentRect = currentRect; this.targetAlpha = targetAlpha; this.progress = 1; return this; } Loading quickstep/src/com/android/quickstep/views/LauncherRecentsView.java +2 −1 Original line number Diff line number Diff line Loading @@ -222,7 +222,8 @@ public class LauncherRecentsView extends RecentsView<Launcher> { mTempRect.top -= offsetY; } mTempRectF.set(mTempRect); mTransformParams.setCurrentRectAndTargetAlpha(mTempRectF, taskView.getAlpha()) mTransformParams.setProgress(1f) .setCurrentRectAndTargetAlpha(mTempRectF, taskView.getAlpha()) .setSyncTransactionApplier(mSyncTransactionApplier); if (mRecentsAnimationWrapper.targetSet != null) { mClipAnimationHelper.applyTransform(mRecentsAnimationWrapper.targetSet, Loading Loading
quickstep/src/com/android/quickstep/util/ClipAnimationHelper.java +0 −1 Original line number Diff line number Diff line Loading @@ -390,7 +390,6 @@ public class ClipAnimationHelper { public TransformParams setCurrentRectAndTargetAlpha(RectF currentRect, float targetAlpha) { this.currentRect = currentRect; this.targetAlpha = targetAlpha; this.progress = 1; return this; } Loading
quickstep/src/com/android/quickstep/views/LauncherRecentsView.java +2 −1 Original line number Diff line number Diff line Loading @@ -222,7 +222,8 @@ public class LauncherRecentsView extends RecentsView<Launcher> { mTempRect.top -= offsetY; } mTempRectF.set(mTempRect); mTransformParams.setCurrentRectAndTargetAlpha(mTempRectF, taskView.getAlpha()) mTransformParams.setProgress(1f) .setCurrentRectAndTargetAlpha(mTempRectF, taskView.getAlpha()) .setSyncTransactionApplier(mSyncTransactionApplier); if (mRecentsAnimationWrapper.targetSet != null) { mClipAnimationHelper.applyTransform(mRecentsAnimationWrapper.targetSet, Loading