Searched refs:mCloseButton (Results 1 – 3 of 3) sorted by relevance
52 private ImageButton mCloseButton; field in AttachmentPreview70 mCloseButton = (ImageButton) findViewById(R.id.close_button); in onFinishInflate()71 mCloseButton.setOnClickListener(new OnClickListener() { in onFinishInflate()121 UiUtils.revealOrHideViewWithAnimation(mCloseButton, GONE, in hideAttachmentPreview()159 mCloseButton.setContentDescription(getResources() in onAttachmentsChanged()194 mCloseButton.setVisibility(INVISIBLE); in onAttachmentsChanged()198 UiUtils.revealOrHideViewWithAnimation(mCloseButton, VISIBLE, in onAttachmentsChanged()
80 private View mCloseButton; field in TemperatureBarOverlay145 mCloseButton = findViewById(R.id.close_button); in onFinishInflate()178 mCloseButton.setOnClickListener(l); in setCloseButtonOnClickListener()263 mCloseButton.setVisibility(VISIBLE);265 mCloseButton.setVisibility(GONE);
45 final ImageButton mCloseButton; field in TutorialController64 mCloseButton = rootView.findViewById(R.id.gesture_tutorial_fragment_close_button); in TutorialController()65 mCloseButton.setOnClickListener(button -> mTutorialFragment.closeTutorial()); in TutorialController()