Searched refs:mAttachmentPreview (Results 1 – 1 of 1) sorted by relevance
124 private AttachmentPreview mAttachmentPreview; field in ComposeMessageView312 mAttachmentPreview = (AttachmentPreview) findViewById(R.id.attachment_draft_view); in onFinishInflate()313 mAttachmentPreview.setComposeMessageView(this); in onFinishInflate()326 mAttachmentPreview.hideAttachmentPreview(); in hideAttachmentsWhenShowingSims()329 mAttachmentPreview.onAttachmentsChanged(mBinding.getData()); in hideAttachmentsWhenShowingSims()506 final boolean haveAttachments = mAttachmentPreview.onAttachmentsChanged(data); in onDraftChanged()