Searched refs:mAttachmentPreviews (Results 1 – 1 of 1) sorted by relevance
55 private final HashMap<String, AttachmentPreview> mAttachmentPreviews; field in AttachmentTileGrid66 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()