Home | History | Annotate | Download | only in camera

Lines Matching refs:autoFocus

49  * (1) The camera has continuous autofocus. Move the camera. Take a picture when
51 * (2) The camera has continuous autofocus. Move the camera. Take a picture when
57 * (5) The camera has autofocus. Single tap the shutter to take a picture.
58 * (6) The camera has autofocus. Hold the shutter. Release to take a picture.
59 * (7) The camera has no autofocus. Single tap the shutter and take a picture.
60 * (8) The camera has autofocus and supports focus area. Touch the screen to
61 * trigger autofocus. Take a picture.
62 * (9) The camera has autofocus and supports focus area. Touch the screen to
63 * trigger autofocus. Wait until it times out.
64 * (10) The camera has no autofocus and supports metering area. Touch the screen
129 public void autoFocus();
269 // guarantee setParameters can be called during autofocus.
342 // Ignore if we have requested autofocus. This method only handles
343 // continuous autofocus.
427 autoFocus();
460 * Triggers the autofocus and sets the specified state.
464 private void autoFocus(int focusingState) {
465 mListener.autoFocus();
475 * Triggers the autofocus and set the state to indicate the focus is in
478 private void autoFocus() {
479 autoFocus(STATE_FOCUSING);
483 * Triggers the autofocus and set the state to which a capture will happen
484 * in the following autofocus callback.
487 autoFocus(STATE_FOCUSING_SNAP_ON_FINISH);
491 Log.v(TAG, "Cancel autofocus.");
524 // Always use autofocus in tap-to-focus.
530 // The default is continuous autofocus.
577 // autoFocus call is not required.