Searched defs:attachmentPreviewCache (Results 1 - 3 of 3) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DComposeAttachmentTile.java33 public void render(Attachment attachment, AttachmentPreviewCache attachmentPreviewCache) { argument
35 super.render(attachment, attachmentPreviewCache);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DMessageAttachmentTile.java98 AttachmentPreviewCache attachmentPreviewCache, boolean loaderResult) {
99 render(attachment, attachmentPreviewCache);
97 render(Attachment attachment, int index, AttachmentPreviewCache attachmentPreviewCache, boolean loaderResult) argument
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAttachmentTile.java109 protected void render(Attachment attachment, AttachmentPreviewCache attachmentPreviewCache) { argument
117 mAttachmentPreviewCache = attachmentPreviewCache;

Completed in 90 milliseconds