Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DMessageFooterView.java183 final List<Attachment> tiledAttachments = new ArrayList<Attachment>(maxSize); in renderAttachments() local
192 tiledAttachments.add(attachment); in renderAttachments()
202 if (tiledAttachments.isEmpty() && barAttachments.isEmpty()) { in renderAttachments()
206 if (!tiledAttachments.isEmpty()) { in renderAttachments()
207 renderTiledAttachments(tiledAttachments, loaderResult); in renderAttachments()
214 private void renderTiledAttachments(List<Attachment> tiledAttachments, boolean loaderResult) { in renderTiledAttachments() argument
219 mMessageHeaderItem.getMessage(), tiledAttachments, loaderResult); in renderTiledAttachments()