Home
last modified time | relevance | path

Searched refs:attachmentViewIndex (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationMessageView.java603 int attachmentViewIndex = -1; in bindAttachmentsOfSameType() local
606 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()