Searched refs:tiledAttachments (Results 1 – 1 of 1) sorted by relevance
183 final List<Attachment> tiledAttachments = new ArrayList<Attachment>(maxSize); in renderAttachments() local192 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() argument219 mMessageHeaderItem.getMessage(), tiledAttachments, loaderResult); in renderTiledAttachments()