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

Commit 90615b24 authored by Alec Mouri's avatar Alec Mouri
Browse files

Remove SurfaceView#setUseAlpha

Alpha on SurfaceView just works now.

Bug: 241474646
Test: builds
Change-Id: I545a6f64e797e127e35dc6183acb895af1bc37cc
parent eb803fd5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -109,7 +109,6 @@ public class TaskView extends SurfaceView implements SurfaceHolder.Callback,
        if (mTaskViewTransitions != null) {
            mTaskViewTransitions.addTaskView(this);
        }
        setUseAlpha();
        getHolder().addCallback(this);
        mGuard.open("release");
    }
+0 −1
Original line number Diff line number Diff line
@@ -938,7 +938,6 @@ public class BubbleStackView extends FrameLayout
        addView(mAnimatingOutSurfaceContainer);

        mAnimatingOutSurfaceView = new SurfaceView(getContext());
        mAnimatingOutSurfaceView.setUseAlpha();
        mAnimatingOutSurfaceView.setZOrderOnTop(true);
        boolean supportsRoundedCorners = ScreenDecorationsUtils.supportsRoundedCornersOnWindows(
                mContext.getResources());