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

Commit 019dd4a6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add enable backpressure layer flag" into sc-dev am: ec5e4e57

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I3858932da37157d77e4ba0481894d48c13840a4c
parents f82ebd34 ec5e4e57
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -414,6 +414,15 @@ public final class SurfaceControl implements Parcelable {
     */
    public static final int SECURE = 0x00000080;


    /**
     * Queue up BufferStateLayer buffers instead of dropping the oldest buffer when this flag is
     * set. This blocks the client until all the buffers have been presented. If the buffers
     * have presentation timestamps, then we may drop buffers.
     * @hide
     */
    public static final int ENABLE_BACKPRESSURE = 0x00000100;

    /**
     * Surface creation flag: Creates a surface where color components are interpreted
     * as "non pre-multiplied" by their alpha channel. Of course this flag is