Searched refs:AutoFocusStateListener (Results 1 – 2 of 2) sorted by relevance
34 import com.android.ex.camera2.pos.AutoFocusStateMachine.AutoFocusStateListener;46 public class Camera2Focuser implements AutoFocusStateListener {
1480 AutoFocusStateListener mockAFListener = in testRepeatingAndCaptureCombined()1481 mock(AutoFocusStateListener.class); in testRepeatingAndCaptureCombined()2294 public interface AutoFocusStateListener { interface in CameraExtensionSessionTest2300 private class TestAutoFocusProxy implements AutoFocusStateMachine.AutoFocusStateListener {2301 private final AutoFocusStateListener mListener;2303 TestAutoFocusProxy(AutoFocusStateListener listener) { in TestAutoFocusProxy()2406 AutoFocusStateListener mockAFListener = in testAFMetering()2407 mock(AutoFocusStateListener.class); in testAFMetering()2439 mockAFListener = mock(AutoFocusStateListener.class); in testAFMetering()