Searched refs:mAttachmentPreview (Results 1 – 1 of 1) sorted by relevance
125 private AttachmentPreview mAttachmentPreview; field in ComposeMessageView313 mAttachmentPreview = (AttachmentPreview) findViewById(R.id.attachment_draft_view); in onFinishInflate()314 mAttachmentPreview.setComposeMessageView(this); in onFinishInflate()327 mAttachmentPreview.hideAttachmentPreview(); in hideAttachmentsWhenShowingSims()330 mAttachmentPreview.onAttachmentsChanged(mBinding.getData()); in hideAttachmentsWhenShowingSims()507 final boolean haveAttachments = mAttachmentPreview.onAttachmentsChanged(data); in onDraftChanged()