to top
Android APIs
Added in API level 16
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)

Added in API level 16

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