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

Commit 170a0c9a authored by Winson's avatar Winson Committed by android-build-merger
Browse files

Forcing software in header button background ripples.

am: 18227e48

Change-Id: Id257602161261fd73b08c0899648486c5bb33a66
parents f688a689 18227e48
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ import android.graphics.PixelFormat;
import android.graphics.PorterDuff;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.graphics.drawable.RippleDrawable;
import android.os.CountDownTimer;
import android.support.v4.graphics.ColorUtils;
import android.util.AttributeSet;
@@ -460,6 +461,7 @@ public class TaskViewHeader extends FrameLayout
        mDismissButton.setContentDescription(t.dismissDescription);
        mDismissButton.setOnClickListener(this);
        mDismissButton.setClickable(false);
        ((RippleDrawable) mDismissButton.getBackground()).setForceSoftware(true);

        // When freeform workspaces are enabled, then update the move-task button depending on the
        // current task
@@ -477,6 +479,7 @@ public class TaskViewHeader extends FrameLayout
            }
            mMoveTaskButton.setOnClickListener(this);
            mMoveTaskButton.setClickable(false);
            ((RippleDrawable) mMoveTaskButton.getBackground()).setForceSoftware(true);
        }

        if (Recents.getDebugFlags().isFastToggleRecentsEnabled()) {