Merge "Launcher: Replace eEarlyWakeup flags with explicit eEarlyWakeup start and end flags" into rvc-dev am: 1e43dc8a79
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/11900642 Change-Id: I6c8ef287dacfcd158025ef3ea13188832a8cf47b
This commit is contained in:
-2
@@ -16,7 +16,6 @@
|
||||
package com.android.quickstep.util;
|
||||
|
||||
import static com.android.systemui.shared.system.TransactionCompat.deferTransactionUntil;
|
||||
import static com.android.systemui.shared.system.TransactionCompat.setEarlyWakeup;
|
||||
|
||||
import android.annotation.TargetApi;
|
||||
import android.os.Build;
|
||||
@@ -95,7 +94,6 @@ public class SurfaceTransactionApplier extends ReleaseCheck {
|
||||
surfaceParams.applyTo(t);
|
||||
}
|
||||
}
|
||||
setEarlyWakeup(t);
|
||||
t.apply();
|
||||
Message.obtain(mApplyHandler, MSG_UPDATE_SEQUENCE_NUMBER, toApplySeqNo, 0)
|
||||
.sendToTarget();
|
||||
|
||||
@@ -191,7 +191,6 @@ public class TransformParams {
|
||||
for (SurfaceParams param : params) {
|
||||
SyncRtSurfaceTransactionApplierCompat.applyParams(t, param);
|
||||
}
|
||||
t.setEarlyWakeup();
|
||||
t.apply();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user