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.java533 afListener.waitForAutoFocusDone(WAIT_FOR_FOCUS_DONE_TIMEOUT_MS); in takePictureTestByCamera()
698 afListener.waitForAutoFocusDone(WAIT_FOR_FOCUS_DONE_TIMEOUT_MS); in touchForFocusTestByCamera()
1216 public void waitForAutoFocusDone(long timeoutMs) { in waitForAutoFocusDone() method in StillCaptureTest.SimpleAutoFocusListener