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

Commit 16bb2a71 authored by Melody Hsu's avatar Melody Hsu
Browse files

Update SurfaceControl comment for layerstacks

Bug: b/370358572
Test: presubmit
Flag: EXEMPT, updating comments
Change-Id: Ibbcf32e648b819ed398d3afe024dffcf3819dd83
parent 49e9231d
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -3981,7 +3981,11 @@ public final class SurfaceControl implements Parcelable {
        /**
         * Sets the layer stack of the display.
         *
         * All layers with the same layer stack will be drawn on this display.
         * All layers with the same layer stack will be drawn on this display. Layer stacks
         * are unique to each display unless it is an UNASSIGNED_LAYER_STACK. An
         * UNASSIGNED_LAYER_STACK can be used to represent offscreen layers and can be set
         * for multiple displays. By default, displays are initialized with a UINT32_MAX
         * layer stack ID.
         * @hide
         */
        public Transaction setDisplayLayerStack(IBinder displayToken, int layerStack) {