Searched refs:mAttachmentPreview (Results 1 – 1 of 1) sorted by relevance
121 private AttachmentPreview mAttachmentPreview; field in ComposeMessageView309 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()