Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DStillCaptureTest.java936 afListener.waitForAutoFocusDone(WAIT_FOR_FOCUS_DONE_TIMEOUT_MS); in takePictureTestByCamera()
1101 afListener.waitForAutoFocusDone(WAIT_FOR_FOCUS_DONE_TIMEOUT_MS); in touchForFocusTestByCamera()
1718 public void waitForAutoFocusDone(long timeoutMs) { in waitForAutoFocusDone() method in StillCaptureTest.SimpleAutoFocusListener