Searched refs:existingAttachmentView (Results 1 – 1 of 1) sorted by relevance
605 View existingAttachmentView; in bindAttachmentsOfSameType() local607 existingAttachmentView = mMessageAttachmentsView.getChildAt(++attachmentViewIndex); in bindAttachmentsOfSameType()608 } while (existingAttachmentView != null && in bindAttachmentsOfSameType()609 !(attachmentViewClass.isInstance(existingAttachmentView))); in bindAttachmentsOfSameType()