Home
last modified time | relevance | path

Searched refs:TYPE_CHOOSER_GRID (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DAttachmentPreviewFactory.java62 public static final int TYPE_CHOOSER_GRID = 3; field in AttachmentPreviewFactory
160 case AttachmentPreviewFactory.TYPE_CHOOSER_GRID: in createImagePreview()
172 if (viewType == TYPE_CHOOSER_GRID) { in createImagePreview()
219 case AttachmentPreviewFactory.TYPE_CHOOSER_GRID: in createVCardPreview()
262 case AttachmentPreviewFactory.TYPE_CHOOSER_GRID: in createAudioPreview()
288 case AttachmentPreviewFactory.TYPE_CHOOSER_GRID: in createVideoPreview()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/
H A DAttachmentGridItemView.java116 AttachmentPreviewFactory.TYPE_CHOOSER_GRID, true /* startImageRequest */, null); in updateAttachmentView()