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

Commit 16ed7e70 authored by Zhijun He's avatar Zhijun He Committed by Android (Google) Code Review
Browse files

Merge "Camera2: fix doc build" into mnc-dev

parents 4741f6a4 39d1461c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ public class SurfaceUtils {
     * @param surface The surface to be queried for size.
     * @return Size of the surface.
     *
     * @throw IllegalArgumentException if the surface is already abandoned.
     * @throws IllegalArgumentException if the surface is already abandoned.
     */
    public static Size getSurfaceSize(Surface surface) {
        try {
@@ -68,7 +68,7 @@ public class SurfaceUtils {
     * @param surface The surface to be queried for format.
     * @return format of the surface.
     *
     * @throw IllegalArgumentException if the surface is already abandoned.
     * @throws IllegalArgumentException if the surface is already abandoned.
     */
    public static int getSurfaceFormat(Surface surface) {
        try {