Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/
DAttachmentPreviewFactory.java56 public static final int TYPE_SINGLE = 1; field in AttachmentPreviewFactory
154 case AttachmentPreviewFactory.TYPE_SINGLE: in createImagePreview()
213 case AttachmentPreviewFactory.TYPE_SINGLE: in createVCardPreview()
229 vcardPreview.setAvatarOnly(viewType != AttachmentPreviewFactory.TYPE_SINGLE); in createVCardPreview()
256 case AttachmentPreviewFactory.TYPE_SINGLE: in createAudioPreview()
282 case AttachmentPreviewFactory.TYPE_SINGLE: in createVideoPreview()
DAttachmentPreview.java261 AttachmentPreviewFactory.TYPE_SINGLE, true /* startImageRequest */, this); in onAttachmentsChanged()