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

Commit f7c8ac59 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update the documentation for SurfaceTexture.getDataSpace to clarify...

Merge "Update the documentation for SurfaceTexture.getDataSpace to clarify that it returns the dataspace set by the most recent call to updateTexImage." into main
parents 0d15411b 668e6e33
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -416,7 +416,8 @@ public class SurfaceTexture {
    }

    /**
     * Retrieve the dataspace associated with the texture image.
     * Retrieve the dataspace associated with the texture image
     * set by the most recent call to {@link #updateTexImage}.
     */
    @SuppressLint("MethodNameUnits")
    public @NamedDataSpace int getDataSpace() {