Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationMessageView.java604 View existingAttachmentView; in bindAttachmentsOfSameType() local
606 existingAttachmentView = mMessageAttachmentsView.getChildAt(++attachmentViewIndex); in bindAttachmentsOfSameType()
607 } while (existingAttachmentView != null && in bindAttachmentsOfSameType()
608 !(attachmentViewClass.isInstance(existingAttachmentView))); in bindAttachmentsOfSameType()