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.java605 View existingAttachmentView; in bindAttachmentsOfSameType() local
607 existingAttachmentView = mMessageAttachmentsView.getChildAt(++attachmentViewIndex); in bindAttachmentsOfSameType()
608 } while (existingAttachmentView != null && in bindAttachmentsOfSameType()
609 !(attachmentViewClass.isInstance(existingAttachmentView))); in bindAttachmentsOfSameType()