Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DAttachmentTileGrid.java55 private final HashMap<String, AttachmentPreview> mAttachmentPreviews; field in AttachmentTileGrid
66 mAttachmentPreviews = Maps.newHashMap(); in AttachmentTileGrid()
238 return Lists.newArrayList(mAttachmentPreviews.values()); in getAttachmentPreviews()
244 mAttachmentPreviews.put(preview.attachmentIdentifier, preview); in setAttachmentPreviews()
256 mAttachmentPreviews.put( in set()
268 final AttachmentPreview attachmentPreview = mAttachmentPreviews.get( in get()