Searched refs:barAttachments (Results 1 – 1 of 1) sorted by relevance
184 final List<Attachment> barAttachments = new ArrayList<Attachment>(maxSize); in renderAttachments() local194 barAttachments.add(attachment); in renderAttachments()202 if (tiledAttachments.isEmpty() && barAttachments.isEmpty()) { in renderAttachments()209 if (!barAttachments.isEmpty()) { in renderAttachments()210 renderBarAttachments(barAttachments, loaderResult); in renderAttachments()222 private void renderBarAttachments(List<Attachment> barAttachments, boolean loaderResult) { in renderBarAttachments() argument226 for (Attachment attachment : barAttachments) { in renderBarAttachments()