Home
last modified time | relevance | path

Searched refs:mAttachmentView (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/
DAttachmentPreview.java50 private FrameLayout mAttachmentView; field in AttachmentPreview
80 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 …]