Searched refs:mAttachmentView (Results 1 – 1 of 1) sorted by relevance
50 private FrameLayout mAttachmentView; field in AttachmentPreview127 if (mAttachmentView.getChildCount() > 0) { in hideAttachmentPreview()130 mAttachmentView : mAttachmentView.getChildAt(0); in hideAttachmentPreview()144 mAttachmentView.removeAllViews(); in hideAttachmentPreview()191 mAttachmentView.setVisibility(VISIBLE); in onAttachmentsChanged()219 if (mAttachmentView.getChildCount() > 0) { in onAttachmentsChanged()236 mAttachmentView.removeAllViews(); in onAttachmentsChanged()237 mAttachmentView.addView(multiAttachmentLayout); in onAttachmentsChanged()242 if (mAttachmentView.getChildCount() > 0) { in onAttachmentsChanged()261 mAttachmentView.removeAllViews(); in onAttachmentsChanged()[all …]