Searched refs:attachmentViewIndex (Results 1 – 1 of 1) sorted by relevance
604 int attachmentViewIndex = -1; in bindAttachmentsOfSameType() local607 existingAttachmentView = mMessageAttachmentsView.getChildAt(++attachmentViewIndex); in bindAttachmentsOfSameType()612 View attachmentView = mMessageAttachmentsView.getChildAt(attachmentViewIndex); in bindAttachmentsOfSameType()618 mMessageAttachmentsView.addView(attachmentView, attachmentViewIndex); in bindAttachmentsOfSameType()623 attachmentViewIndex++; in bindAttachmentsOfSameType()626 while (attachmentViewIndex < mMessageAttachmentsView.getChildCount()) { in bindAttachmentsOfSameType()627 final View attachmentView = mMessageAttachmentsView.getChildAt(attachmentViewIndex); in bindAttachmentsOfSameType()629 mMessageAttachmentsView.removeViewAt(attachmentViewIndex); in bindAttachmentsOfSameType()