Home | History | Annotate | Download | only in ui

Lines Matching full:attachmentpreview

35 import com.android.mail.ui.AttachmentTile.AttachmentPreview;
55 private final HashMap<String, AttachmentPreview> mAttachmentPreviews;
237 public ArrayList<AttachmentPreview> getAttachmentPreviews() {
241 public void setAttachmentPreviews(ArrayList<AttachmentPreview> previews) {
243 for (AttachmentPreview preview : previews) {
257 attachmentIdentifier, new AttachmentPreview(attachment, preview));
268 final AttachmentPreview attachmentPreview = mAttachmentPreviews.get(
270 if (attachmentPreview != null) {
271 return attachmentPreview.preview;