Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationMessageView.java93 private LinearLayout mMessageAttachmentsView; field in ConversationMessageView
134 mMessageAttachmentsView = (LinearLayout) findViewById(R.id.message_attachments); in onFinishInflate()
586 for (int i = 0, size = mMessageAttachmentsView.getChildCount(); i < size; i++) { in updateMessageAttachments()
587 final View attachmentView = mMessageAttachmentsView.getChildAt(i); in updateMessageAttachments()
593 mMessageAttachmentsView.setVisibility(attachmentsVisible ? View.VISIBLE : View.GONE); in updateMessageAttachments()
606 existingAttachmentView = mMessageAttachmentsView.getChildAt(++attachmentViewIndex); in bindAttachmentsOfSameType()
611 View attachmentView = mMessageAttachmentsView.getChildAt(attachmentViewIndex); in bindAttachmentsOfSameType()
614 mMessageAttachmentsView, false /* attachToRoot */); in bindAttachmentsOfSameType()
617 mMessageAttachmentsView.addView(attachmentView, attachmentViewIndex); in bindAttachmentsOfSameType()
625 while (attachmentViewIndex < mMessageAttachmentsView.getChildCount()) { in bindAttachmentsOfSameType()
[all …]