Add setRelativeLayer to TransactionCompat am: 972ace00d0 am: e0ba52c77d
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12089062 Change-Id: Idd4bfffb7068d6c6c695d44975e9884074c7811d
This commit is contained in:
@@ -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) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user