HomeSort by relevance Sort by last modified time
    Searched refs:AutoFocusStateListener (Results 1 - 3 of 3) sorted by null

  /frameworks/ex/camera2/public/src/com/android/ex/camera2/pos/
AutoFocusStateMachine.java 38 public interface AutoFocusStateListener {
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#onAutoFocusScan} will b
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/helpers/
Camera2Focuser.java 34 import com.android.ex.camera2.pos.AutoFocusStateMachine.AutoFocusStateListener;
46 public class Camera2Focuser implements AutoFocusStateListener {
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
Camera2Focuser.java 20 import com.android.ex.camera2.pos.AutoFocusStateMachine.AutoFocusStateListener;
49 public class Camera2Focuser implements AutoFocusStateListener {

Completed in 1137 milliseconds