Home
last modified time | relevance | path

Searched refs:AttachmentPreviewFactory (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/
DAttachmentPreviewFactory.java54 public class AttachmentPreviewFactory { class
154 case AttachmentPreviewFactory.TYPE_SINGLE: in createImagePreview()
157 case AttachmentPreviewFactory.TYPE_MULTIPLE: in createImagePreview()
160 case AttachmentPreviewFactory.TYPE_CHOOSER_GRID: in createImagePreview()
213 case AttachmentPreviewFactory.TYPE_SINGLE: in createVCardPreview()
216 case AttachmentPreviewFactory.TYPE_MULTIPLE: in createVCardPreview()
219 case AttachmentPreviewFactory.TYPE_CHOOSER_GRID: in createVCardPreview()
229 vcardPreview.setAvatarOnly(viewType != AttachmentPreviewFactory.TYPE_SINGLE); in createVCardPreview()
256 case AttachmentPreviewFactory.TYPE_SINGLE: in createAudioPreview()
259 case AttachmentPreviewFactory.TYPE_MULTIPLE: in createAudioPreview()
[all …]
DAttachmentPreview.java232 multiAttachmentLayout = AttachmentPreviewFactory.createMultiplePreview( in onAttachmentsChanged()
262 final View attachmentView = AttachmentPreviewFactory.createAttachmentPreview( in onAttachmentsChanged()
264 AttachmentPreviewFactory.TYPE_SINGLE, true /* startImageRequest */, this); in onAttachmentsChanged()
DMultiAttachmentLayout.java248 final View view = AttachmentPreviewFactory.createAttachmentPreview(layoutInflater, in buildViews()
249 attachment, this, AttachmentPreviewFactory.TYPE_MULTIPLE, in buildViews()
321 AttachmentPreviewFactory.getImageRequestDescriptorForAttachment( in onMeasure()
/packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/
DAttachmentGridItemView.java29 import com.android.messaging.ui.AttachmentPreviewFactory;
114 final View attachmentView = AttachmentPreviewFactory.createAttachmentPreview(inflater, in updateAttachmentView()
116 AttachmentPreviewFactory.TYPE_CHOOSER_GRID, true /* startImageRequest */, null); in updateAttachmentView()