Searched refs:mCloseButton (Results 1 – 1 of 1) sorted by relevance
52 private ImageButton mCloseButton; field in AttachmentPreview72 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()