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

Commit a466a6af authored by Tracy Zhou's avatar Tracy Zhou Committed by Automerger Merge Worker
Browse files

Add setRelativeLayer to TransactionCompat am: 972ace00 am: e0ba52c7

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

Change-Id: Idd4bfffb7068d6c6c695d44975e9884074c7811d
parents 540434e8 e0ba52c7
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -114,6 +114,11 @@ public class TransactionCompat {
        t.deferTransactionUntil(surfaceControl, barrier, frameNumber);
    }

    public static void setRelativeLayer(Transaction t, SurfaceControl surfaceControl,
            SurfaceControl relativeTo, int z) {
        t.setRelativeLayer(surfaceControl, relativeTo, z);
    }

    @Deprecated
    public static void setEarlyWakeup(Transaction t) {
    }