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

Commit 668e6e33 authored by Sally Qi's avatar Sally Qi
Browse files

Update the documentation for SurfaceTexture.getDataSpace to clarify that it...

Update the documentation for SurfaceTexture.getDataSpace to clarify that it returns the dataspace set by the most recent call to updateTexImage.

Bug: 348417019
Flag: EXEMPT bugfix
Test: n/a
Change-Id: I582b5a5376254cb5f24adbac9e3f83baf3e2ccd9
parent e55abe63
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() {