Home | History | Annotate | Download | only in ui

Lines Matching refs:attachments

46  * Holds and displays multiple attachments in a 4x2 grid. Each preview image "tile" can take
48 * layout settings designed for holding 2, 3, 4+ attachments (these layout settings are
128 * List of predefined layout configurations w.r.t no. of attachments.
131 null, // Doesn't support zero attachments.
140 * List of predefined RTL layout configurations w.r.t no. of attachments.
143 null, // Doesn't support zero attachments.
163 public void bindAttachments(final Iterable<MessagePartData> attachments,
170 determineLayout(attachments, count);
171 buildViews(attachments, previousViews, transitionRect);
208 private void determineLayout(final Iterable<MessagePartData> attachments, final int count) {
209 Assert.isTrue(attachments != null);
226 private void buildViews(final Iterable<MessagePartData> attachments,
231 final Iterator<MessagePartData> iterator = attachments.iterator();
283 // Build the plus text view (e.g. "+2") for when there are more attachments than what