Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static interface

Camera.AutoFocusMoveCallback

android.hardware.Camera.AutoFocusMoveCallback

Class Overview

Callback interface used to notify on auto focus start and stop.

This is only supported in continuous autofocus modes -- FOCUS_MODE_CONTINUOUS_VIDEO and FOCUS_MODE_CONTINUOUS_PICTURE . Applications can show autofocus animation based on this.

Summary

Public Methods
abstract void onAutoFocusMoving (boolean start, Camera camera)
Called when the camera auto focus starts or stops.

Public Methods

public abstract void onAutoFocusMoving (boolean start, Camera camera)

Called when the camera auto focus starts or stops.

Parameters
start true if focus starts to move, false if focus stops to move
camera the Camera service object