Searched refs:mAttachmentView (Results 1 – 1 of 1) sorted by relevance
50 private FrameLayout mAttachmentView; field in AttachmentPreview80 mAttachmentView = (FrameLayout) findViewById(R.id.attachment_view); in onFinishInflate()127 if (mAttachmentView.getChildCount() > 0) { in hideAttachmentPreview()129 final View viewToHide = mAttachmentView.getChildCount() > 1 ? in hideAttachmentPreview()130 mAttachmentView : mAttachmentView.getChildAt(0); in hideAttachmentPreview()138 mAttachmentView.removeAllViews(); in hideAttachmentPreview()144 mAttachmentView.removeAllViews(); in hideAttachmentPreview()191 mAttachmentView.setVisibility(VISIBLE); in onAttachmentsChanged()219 if (mAttachmentView.getChildCount() > 0) { in onAttachmentsChanged()220 final View firstChild = mAttachmentView.getChildAt(0); in onAttachmentsChanged()[all …]