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.java604 int attachmentViewIndex = -1; in bindAttachmentsOfSameType() local
607 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()