Home
last modified time | relevance | path

Searched refs:AutoFocusStateListener (Results 1 – 2 of 2) sorted by relevance

/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DCamera2Focuser.java34 import com.android.ex.camera2.pos.AutoFocusStateMachine.AutoFocusStateListener;
46 public class Camera2Focuser implements AutoFocusStateListener {
/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraExtensionSessionTest.java1480 AutoFocusStateListener mockAFListener = in testRepeatingAndCaptureCombined()
1481 mock(AutoFocusStateListener.class); in testRepeatingAndCaptureCombined()
2294 public interface AutoFocusStateListener { interface in CameraExtensionSessionTest
2300 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()