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

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

Merge "Camera2: Fix focusRange type" into klp-dev

parents 91949b20 c59b078a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -550,8 +550,8 @@ public final class CaptureResult extends CameraMetadata {
     * fixed depth of field range
     * </p>
     */
    public static final Key<Float> LENS_FOCUS_RANGE =
            new Key<Float>("android.lens.focusRange", float.class);
    public static final Key<float[]> LENS_FOCUS_RANGE =
            new Key<float[]>("android.lens.focusRange", float[].class);

    /**
     * <p>