@@ -1687,18 +1687,15 @@ public class Parameters {
16871687 * aggressive than {@link #FOCUS_MODE_CONTINUOUS_VIDEO}. Auto focus
16881688 * starts when the parameter is set.
16891689 *
1690- * <p>Applications can call {@link #autoFocus(AutoFocusCallback)} in
1691- * this mode. If the autofocus is in the middle of scanning, the focus
1692- * callback will return when it completes. If the autofocus is not
1693- * scanning, the focus callback will immediately return with a boolean
1694- * that indicates whether the focus is sharp or not. The apps can then
1695- * decide if they want to take a picture immediately or to change the
1696- * focus mode to auto, and run a full autofocus cycle. The focus
1697- * position is locked after autoFocus call. If applications want to
1698- * resume the continuous focus, cancelAutoFocus must be called.
1699- * Restarting the preview will not resume the continuous autofocus. To
1700- * stop continuous focus, applications should change the focus mode to
1701- * other modes.
1690+ * <p>If applications call {@link #autoFocus(AutoFocusCallback)} in this
1691+ * mode, the focus callback will immediately return with a boolean that
1692+ * indicates whether the focus is sharp or not. The apps can then decide
1693+ * if they want to take a picture immediately or to change the focus
1694+ * mode to auto, and run a full autofocus cycle. The focus position is
1695+ * locked after autoFocus call. If applications want to resume the
1696+ * continuous focus, cancelAutoFocus must be called. Restarting the
1697+ * preview will not resume the continuous autofocus. To stop continuous
1698+ * focus, applications should change the focus mode to other modes.
17021699 *
17031700 * @see #FOCUS_MODE_CONTINUOUS_VIDEO
17041701 */
0 commit comments