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

Commit 20d00faf authored by Zak Cohen's avatar Zak Cohen
Browse files

Overview - fade task icon instead of scaling it per new ux


Bug: 186256286
Test: Local build and run on p5
Change-Id: I318b62ddbf9cb475736d2844489a7ed2d9a8a409
parent 7c53f5d9
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)));