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

Commit 0fc9cd32 authored by Lucas Dupin's avatar Lucas Dupin Committed by Automerger Merge Worker
Browse files

Merge "Add setOpaque to TransactionCompat" into sc-dev am: 7a9a236b am: e519929e

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14633641

Change-Id: I49a8ec7eeeeac5d791adea779ff9d53e35a7670f
parents c418f8e6 e519929e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -65,6 +65,11 @@ public class TransactionCompat {
        return this;
    }

    public TransactionCompat setOpaque(SurfaceControlCompat surfaceControl, boolean opaque) {
        mTransaction.setOpaque(surfaceControl.mSurfaceControl, opaque);
        return this;
    }

    public TransactionCompat setMatrix(SurfaceControlCompat surfaceControl, float dsdx, float dtdx,
            float dtdy, float dsdy) {
        mTransaction.setMatrix(surfaceControl.mSurfaceControl, dsdx, dtdx, dtdy, dsdy);