Searched refs:mAttachmentView (Results 1 – 1 of 1) sorted by relevance
50 private FrameLayout mAttachmentView; field in AttachmentPreview78 mAttachmentView = (FrameLayout) findViewById(R.id.attachment_view); in onFinishInflate()125 if (mAttachmentView.getChildCount() > 0) { in hideAttachmentPreview()127 final View viewToHide = mAttachmentView.getChildCount() > 1 ? in hideAttachmentPreview()128 mAttachmentView : mAttachmentView.getChildAt(0); in hideAttachmentPreview()135 mAttachmentView.removeAllViews(); in hideAttachmentPreview()141 mAttachmentView.removeAllViews(); in hideAttachmentPreview()188 mAttachmentView.setVisibility(VISIBLE); in onAttachmentsChanged()216 if (mAttachmentView.getChildCount() > 0) { in onAttachmentsChanged()217 final View firstChild = mAttachmentView.getChildAt(0); in onAttachmentsChanged()[all …]