Home | History | Annotate | Download | only in camera

Lines Matching refs:autoFocus

41  * (1) The camera has continuous autofocus. Move the camera. Take a picture when
43 * (2) The camera has continuous autofocus. Move the camera. Take a picture when
49 * (5) The camera has autofocus. Single tap the shutter to take a picture.
50 * (6) The camera has autofocus. Hold the shutter. Release to take a picture.
51 * (7) The camera has no autofocus. Single tap the shutter and take a picture.
52 * (8) The camera has autofocus and supports focus area. Touch the screen to
53 * trigger autofocus. Take a picture.
54 * (9) The camera has autofocus and supports focus area. Touch the screen to
55 * trigger autofocus. Wait until it times out.
56 * (10) The camera has no autofocus and supports metering area. Touch the screen
108 public void autoFocus();
222 autoFocus();
242 // guarantee setParameters can be called during autofocus.
315 // Ignore if we have requested autofocus. This method only handles
316 // continuous autofocus.
387 autoFocus();
411 private void autoFocus() {
412 Log.v(TAG, "Start autofocus.");
413 mListener.autoFocus();
423 Log.v(TAG, "Cancel autofocus.");
449 // Always use autofocus
452 // The default is continuous autofocus.
498 // autoFocus call is not required.