Searched refs:AttachmentPreviewFactory (Results 1 – 4 of 4) sorted by relevance
54 public class AttachmentPreviewFactory { class154 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 …]
232 multiAttachmentLayout = AttachmentPreviewFactory.createMultiplePreview( in onAttachmentsChanged()262 final View attachmentView = AttachmentPreviewFactory.createAttachmentPreview( in onAttachmentsChanged()264 AttachmentPreviewFactory.TYPE_SINGLE, true /* startImageRequest */, this); in onAttachmentsChanged()
248 final View view = AttachmentPreviewFactory.createAttachmentPreview(layoutInflater, in buildViews()249 attachment, this, AttachmentPreviewFactory.TYPE_MULTIPLE, in buildViews()321 AttachmentPreviewFactory.getImageRequestDescriptorForAttachment( in onMeasure()
29 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()