Searched refs:attachmentViewIndex (Results 1 – 1 of 1) sorted by relevance
603 int attachmentViewIndex = -1; in bindAttachmentsOfSameType() local606 existingAttachmentView = mMessageAttachmentsView.getChildAt(++attachmentViewIndex); in bindAttachmentsOfSameType()611 View attachmentView = mMessageAttachmentsView.getChildAt(attachmentViewIndex); in bindAttachmentsOfSameType()617 mMessageAttachmentsView.addView(attachmentView, attachmentViewIndex); in bindAttachmentsOfSameType()622 attachmentViewIndex++; in bindAttachmentsOfSameType()625 while (attachmentViewIndex < mMessageAttachmentsView.getChildCount()) { in bindAttachmentsOfSameType()626 final View attachmentView = mMessageAttachmentsView.getChildAt(attachmentViewIndex); in bindAttachmentsOfSameType()628 mMessageAttachmentsView.removeViewAt(attachmentViewIndex); in bindAttachmentsOfSameType()