Lines Matching refs:name

14     name: 'options',
17 name: 'mediaTypes',
20 { name: 'MediaTypeOptions.Images', value: ImagePicker.MediaTypeOptions.Images },
21 { name: 'MediaTypeOptions.Videos', value: ImagePicker.MediaTypeOptions.Videos },
22 { name: 'MediaTypeOptions.All', value: ImagePicker.MediaTypeOptions.All },
25 { name: 'allowsEditing', type: 'boolean', initial: false },
27 name: 'aspect',
30 { name: '[4, 3]', value: [4, 3] },
31 { name: '[1, 1]', value: [1, 1] },
32 { name: '[1, 2]', value: [1, 2] },
36 { name: 'quality', type: 'number', values: [0, 0.2, 0.7, 1.0] },
37 { name: 'exif', type: 'boolean', initial: false },
38 { name: 'base64', type: 'boolean', initial: false },
40 name: 'videoExportPreset',
45 name: 'VideoExportPreset.Passthrough',
49 name: 'VideoExportPreset.LowQuality',
53 name: 'VideoExportPreset.MediumQuality',
57 name: 'VideoExportPreset.HighestQuality',
61 name: 'VideoExportPreset.H264_640x480',
65 name: 'VideoExportPreset.H264_960x540',
69 name: 'VideoExportPreset.H264_1280x720',
73 name: 'VideoExportPreset.H264_1920x1080',
77 name: 'VideoExportPreset.H264_3840x2160',
81 name: 'VideoExportPreset.HEVC_1920x1080',
85 name: 'VideoExportPreset.HEVC_3840x2160',
91 name: 'videoQuality',
96 name: 'UIImagePickerControllerQualityType.High',
100 name: 'UIImagePickerControllerQualityType.Medium',
104 name: 'UIImagePickerControllerQualityType.Low',
108 name: 'UIImagePickerControllerQualityType.VGA640x480',
112 name: 'UIImagePickerControllerQualityType.IFrame960x540',
116 name: 'UIImagePickerControllerQualityType.IFrame1280x720',
122 name: 'allowsMultipleSelection',
127 name: 'selectionLimit',
133 name: 'orderedSelection',
138 { name: 'videoMaxDuration', type: 'number', values: [0, 10, 60] },
140 name: 'presentationStyle',
145 name: 'UIImagePickerPresentationStyle.FULL_SCREEN',
149 name: 'UIImagePickerPresentationStyle.PAGE_SHEET',
153 name: 'UIImagePickerPresentationStyle.FORM_SHEET',
157 name: 'UIImagePickerPresentationStyle.CURRENT_CONTEXT',
161 name: 'UIImagePickerPresentationStyle.OVER_FULL_SCREEN',
165 name: 'UIImagePickerPresentationStyle.OVER_CURRENT_CONTEXT',
169 name: 'UIImagePickerPresentationStyle.POPOVER',
173 name: 'UIImagePickerPresentationStyle.AUTOMATIC',
184 name: 'requestMediaLibraryPermissionsAsync',
185 parameters: [{ name: 'writeOnly', type: 'boolean', initial: false }],
189 name: 'getMediaLibraryPermissionsAsync',
190 parameters: [{ name: 'writeOnly', type: 'boolean', initial: false }],
194 name: 'requestCameraPermissionsAsync',
198 name: 'getCameraPermissionsAsync',
202 name: 'launchImageLibraryAsync',
208 name: 'launchCameraAsync',