Searched defs:CONTROL_AF_TRIGGER (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/
H A DCaptureRequest.java1366 * <p>Using the precapture trigger and the auto-focus trigger {@link CaptureRequest#CONTROL_AF_TRIGGER android.control.afTrigger}
1388 * @see CaptureRequest#CONTROL_AF_TRIGGER
1405 * dependent. It is recommended to lock AF by using {@link CaptureRequest#CONTROL_AF_TRIGGER android.control.afTrigger} before
1426 * @see CaptureRequest#CONTROL_AF_TRIGGER
1515 public static final Key<Integer> CONTROL_AF_TRIGGER = field in class:CaptureRequest
H A DCaptureResult.java827 * <p>Using the precapture trigger and the auto-focus trigger {@link CaptureRequest#CONTROL_AF_TRIGGER android.control.afTrigger}
849 * @see CaptureRequest#CONTROL_AF_TRIGGER
1114 * dependent. It is recommended to lock AF by using {@link CaptureRequest#CONTROL_AF_TRIGGER android.control.afTrigger} before
1135 * @see CaptureRequest#CONTROL_AF_TRIGGER
1224 public static final Key<Integer> CONTROL_AF_TRIGGER = field in class:CaptureResult

Completed in 76 milliseconds