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

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

Add setRelativeLayer to TransactionCompat am: 972ace00

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

Change-Id: Ic1194e5746e3fa14154961a8bce0d18d76845654
parents 3ea519db 972ace00
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) {
    }