Home | History | Annotate | Download | only in camera

Lines Matching refs:autoFocus

1127         // state that autofocus is focusing and a picture will be taken when
1369 public void autoFocus() {
1371 mCameraDevice.autoFocus(mHandler, mAutoFocusCallback);
1524 // If the focus mode is continuous autofocus, call cancelAutoFocus to
1525 // resume it because it may have been paused by autoFocus call.