Home | History | Annotate | Download | only in camera

Lines Matching refs:autoFocus

42  * (1) The camera has continuous autofocus. Move the camera. Take a picture when
44 * (2) The camera has continuous autofocus. Move the camera. Take a picture when
50 * (5) The camera has autofocus. Single tap the shutter to take a picture.
51 * (6) The camera has autofocus. Hold the shutter. Release to take a picture.
52 * (7) The camera has no autofocus. Single tap the shutter and take a picture.
53 * (8) The camera has autofocus and supports focus area. Touch the screen to
54 * trigger autofocus. Take a picture.
55 * (9) The camera has autofocus and supports focus area. Touch the screen to
56 * trigger autofocus. Wait until it times out.
57 * (10) The camera has no autofocus and supports metering area. Touch the screen
99 public void autoFocus();
210 autoFocus();
230 // guarantee setParameters can be called during autofocus.
301 // Ignore if we have requested autofocus. This method only handles
302 // continuous autofocus.
375 autoFocus();
399 private void autoFocus() {
400 Log.v(TAG, "Start autofocus.");
401 mListener.autoFocus();
411 Log.v(TAG, "Cancel autofocus.");
436 // Always use autofocus in tap-to-focus.
439 // The default is continuous autofocus.
487 // autoFocus call is not required.