Searched refs:multiAttachmentLayout (Results 1 – 2 of 2) sorted by relevance
217 MultiAttachmentLayout multiAttachmentLayout = null; in onAttachmentsChanged() local223 multiAttachmentLayout = (MultiAttachmentLayout) firstChild; in onAttachmentsChanged()224 multiAttachmentLayout.bindAttachments(combinedAttachments, in onAttachmentsChanged()231 if (multiAttachmentLayout == null) { in onAttachmentsChanged()232 multiAttachmentLayout = AttachmentPreviewFactory.createMultiplePreview( in onAttachmentsChanged()234 multiAttachmentLayout.bindAttachments(combinedAttachments, transitionRect, in onAttachmentsChanged()237 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()