Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/
DAttachmentPreview.java52 private ImageButton mCloseButton; field in AttachmentPreview
72 mCloseButton = (ImageButton) findViewById(R.id.close_button); in onFinishInflate()
73 mCloseButton.setOnClickListener(new OnClickListener() { in onFinishInflate()
123 UiUtils.revealOrHideViewWithAnimation(mCloseButton, GONE, in hideAttachmentPreview()
162 mCloseButton.setContentDescription(getResources() in onAttachmentsChanged()
197 mCloseButton.setVisibility(INVISIBLE); in onAttachmentsChanged()
201 UiUtils.revealOrHideViewWithAnimation(mCloseButton, VISIBLE, in onAttachmentsChanged()