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
115 public void autoFocus();
249 // guarantee setParameters can be called during autofocus.
313 // Ignore if we have requested autofocus. This method only handles
314 // continuous autofocus.
396 autoFocus();
430 * Triggers the autofocus and sets the specified state.
434 autoFocus(int focusingState) {
435 mListener.autoFocus();
441 * Triggers the autofocus and set the state to indicate the focus is in
444 private void autoFocus() {
445 autoFocus(STATE_FOCUSING);
449 * Triggers the autofocus and set the state to which a capture will happen
450 * in the following autofocus callback.
453 autoFocus(STATE_FOCUSING_SNAP_ON_FINISH);
457 Log.v(TAG, "Cancel autofocus.");
488 // Always use autofocus in tap-to-focus.
494 // The default is continuous autofocus.