Home | History | Annotate | Download | only in testingcamera

Lines Matching refs:autoFocus

534             log("Triggering autofocus");
535 mCamera.autoFocus(mAutofocusCallback);
543 log("Cancelling autofocus");
552 log("Autofocus completed: " + (success ? "success" : "failure") );
560 log("Autofocus movement: " + (start ? "starting" : "stopped") );