Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DComposeMessageView.java121 private AttachmentPreview mAttachmentPreview; field in ComposeMessageView
309 mAttachmentPreview = (AttachmentPreview) findViewById(R.id.attachment_draft_view); in onFinishInflate()
310 mAttachmentPreview.setComposeMessageView(this); in onFinishInflate()
323 mAttachmentPreview.hideAttachmentPreview(); in hideAttachmentsWhenShowingSims()
326 mAttachmentPreview.onAttachmentsChanged(mBinding.getData()); in hideAttachmentsWhenShowingSims()
501 final boolean haveAttachments = mAttachmentPreview.onAttachmentsChanged(data); in onDraftChanged()