Home | History | Annotate | Download | only in camera2

Lines Matching refs:Field

24 import java.lang.reflect.Field;
56 * Set a camera metadata field to a value. The field definitions can be
60 * @param key The metadata field to write.
61 * @param value The value to set the field to, which must be of a matching
70 * Get a camera metadata field value.
72 * <p>The field definitions can be
81 * @param key The metadata field to read.
82 * @return The value of that key, or {@code null} if the field is not set.
113 * Return a list of all the Key<?> that are declared as a field inside of the class
145 Field[] fields = type.getDeclaredFields();
146 for (Field field : fields) {
148 if (field.getType().isAssignableFrom(keyClass) &&
149 (field.getModifiers() & Modifier.PUBLIC) != 0) {
153 key = (TKey) field.get(instance);
161 if (shouldKeyBeAdded(key, field, filterTags)) {
178 private static <TKey> boolean shouldKeyBeAdded(TKey key, Field field, int[] filterTags) {
199 if (field.getAnnotation(PublicKey.class) == null) {
209 if (field.getAnnotation(SyntheticKey.class) != null) {
501 * <p>In addition, the {@link CameraCharacteristics#SYNC_MAX_LATENCY android.sync.maxLatency} field is
915 * {@link CaptureRequest#CONTROL_CAPTURE_INTENT android.control.captureIntent} field is set to
931 * {@link CaptureRequest#CONTROL_CAPTURE_INTENT android.control.captureIntent} field is set to
1061 * <p>Extended depth of field (digital focus) mode.</p>
1063 * depth of field automatically; no special focusing