Searched defs:AutoFocusStateListener (Results 1 - 1 of 1) sorted by path

/frameworks/ex/camera2/public/src/com/android/ex/camera2/pos/
H A DAutoFocusStateMachine.java38 public interface AutoFocusStateListener { interface in class:AutoFocusStateMachine
75 private final AutoFocusStateListener mListener;
85 public AutoFocusStateMachine(AutoFocusStateListener listener) {
97 * {@link AutoFocusStateListener} so without calling this on a regular basis, no
190 * state as before, and not issue any callbacks by {@link AutoFocusStateListener}.
208 * <p>If the lock succeeds, {@link AutoFocusStateListener#onAutoFocusSuccess} with
210 * {@link AutoFocusStateListener#onAutoFocusFail} with {@code scanning == false} will be
248 * <p>Once the unlock takes effect, {@link AutoFocusStateListener#onAutoFocusInactive} is
251 * <li>Passive - Scanning restarts with {@link AutoFocusStateListener#onAutoFocusScan}</li>
285 * <p>Once active AF scanning starts, {@link AutoFocusStateListener#onAutoFocusSca
[all...]

Completed in 65 milliseconds