Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 554cf584 authored by Zak Cohen's avatar Zak Cohen Committed by Android (Google) Code Review
Browse files

Merge "Overview - fade task icon instead of scaling it per new ux" into sc-dev

parents 92af1bfe 20d00faf
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -777,8 +777,7 @@ public class TaskView extends FrameLayout implements Reusable {
        float upperClamp = invert ? 1 : iconScalePercentage;
        float scale = Interpolators.clampToProgress(FAST_OUT_SLOW_IN, lowerClamp, upperClamp)
                .getInterpolation(progress);
        mIconView.setScaleX(scale);
        mIconView.setScaleY(scale);
        mIconView.setAlpha(scale);
        if (mContextualChipWrapper != null && mContextualChipWrapper != null) {
            mContextualChipWrapper.setAlpha(scale);
            mContextualChipWrapper.setScaleX(Math.min(scale, comp(mModalness)));