Home
last modified time | relevance | path

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

/pdk/apps/TestingCamera2/
DREADME.txt33 5. Start capturing images with either 'capture' (one-shot) or 'repeat' (continuous) buttons on
88 request, the request can be sent to the camera with either the capture or repeat buttons.
97 request triggering repeat will pre-empt any previous repeat actions by other requests.
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
DRequestControlPane.java238 camera.repeat(request);
DCameraControlPane.java280 public boolean repeat(CaptureRequest request) { in repeat() method in CameraControlPane