Loading core/java/android/view/SurfaceControl.java +9 −0 Original line number Original line Diff line number Diff line Loading @@ -414,6 +414,15 @@ public final class SurfaceControl implements Parcelable { */ */ public static final int SECURE = 0x00000080; 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 * Surface creation flag: Creates a surface where color components are interpreted * as "non pre-multiplied" by their alpha channel. Of course this flag is * as "non pre-multiplied" by their alpha channel. Of course this flag is Loading Loading
core/java/android/view/SurfaceControl.java +9 −0 Original line number Original line Diff line number Diff line Loading @@ -414,6 +414,15 @@ public final class SurfaceControl implements Parcelable { */ */ public static final int SECURE = 0x00000080; 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 * Surface creation flag: Creates a surface where color components are interpreted * as "non pre-multiplied" by their alpha channel. Of course this flag is * as "non pre-multiplied" by their alpha channel. Of course this flag is Loading