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