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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAttachmentTile.java54 private AttachmentPreviewCache mAttachmentPreviewCache; field in class:AttachmentTile
117 mAttachmentPreviewCache = attachmentPreviewCache;
156 Bitmap cachedPreview = mAttachmentPreviewCache.get(mAttachment);
219 mAttachmentPreviewCache.set(mAttachment, result);

Completed in 156 milliseconds