Searched refs:multiAttachmentLayout (Results 1 – 2 of 2) sorted by relevance
214 MultiAttachmentLayout multiAttachmentLayout = null; in onAttachmentsChanged() local220 multiAttachmentLayout = (MultiAttachmentLayout) firstChild; in onAttachmentsChanged()221 multiAttachmentLayout.bindAttachments(combinedAttachments, in onAttachmentsChanged()228 if (multiAttachmentLayout == null) { in onAttachmentsChanged()229 multiAttachmentLayout = AttachmentPreviewFactory.createMultiplePreview( in onAttachmentsChanged()231 multiAttachmentLayout.bindAttachments(combinedAttachments, transitionRect, in onAttachmentsChanged()234 mAttachmentView.addView(multiAttachmentLayout); in onAttachmentsChanged()
118 final MultiAttachmentLayout multiAttachmentLayout = in createMultiplePreview() local122 multiAttachmentLayout.setLayoutParams(layoutParams); in createMultiplePreview()123 multiAttachmentLayout.setOnAttachmentClickListener(listener); in createMultiplePreview()124 return multiAttachmentLayout; in createMultiplePreview()