Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DAttachmentTile.java54 private AttachmentPreviewCache mAttachmentPreviewCache; field in AttachmentTile
97 ThumbnailLoadTask.setupThumbnailPreview(mAttachmentPreviewCache, this, mAttachment, null); in onLayout()
117 mAttachmentPreviewCache = attachmentPreviewCache; in render()
139 ThumbnailLoadTask.setupThumbnailPreview(mAttachmentPreviewCache, this, attachment, in render()
157 final Bitmap cachedPreview = mAttachmentPreviewCache.get(mAttachment); in setThumbnailToDefault()
220 mAttachmentPreviewCache.set(mAttachment, result); in setThumbnail()