Home | History | Annotate | Download | only in camerafocus

Lines Matching defs:autoFocus

36  * <p>The test cases: (1) The camera has continuous autofocus. Move the camera. Take a picture when
37 * CAF is not in progress. (2) The camera has continuous autofocus. Move the camera. Take a picture
40 * some faces. Single tap the shutter to take a picture. (5) The camera has autofocus. Single tap
41 * the shutter to take a picture. (6) The camera has autofocus. Hold the shutter. Release to take a
42 * picture. (7) The camera has no autofocus. Single tap the shutter and take a picture. (8) The
43 * camera has autofocus and supports focus area. Touch the screen to trigger autofocus. Take a
44 * picture. (9) The camera has autofocus and supports focus area. Touch the screen to trigger
45 * autofocus. Wait until it times out. (10) The camera has no autofocus and supports metering area.
86 void autoFocus();
213 // Ignore if we have requested autofocus. This method only handles
214 // continuous autofocus.
285 autoFocus();
309 private void autoFocus() {
310 LogUtil.v("FocusOverlayManager.autoFocus", "Start autofocus.");
311 listener.autoFocus();
318 LogUtil.v("FocusOverlayManager.cancelAutoFocus", "Cancel autofocus.");
341 // Always use autofocus in tap-to-focus.
379 // autoFocus call is not required.