Searched refs:mShareButton (Results 1 – 2 of 2) sorted by relevance
54 private ImageButton mShareButton; field in StopwatchFragment299 mShareButton = (ImageButton)v.findViewById(R.id.stopwatch_share_button); in onCreateView()301 mShareButton.setOnClickListener(new View.OnClickListener() { in onCreateView()446 if (mShareButton != null) { in showShareButton()447 mShareButton.setVisibility(show ? View.VISIBLE : View.INVISIBLE); in showShareButton()448 mShareButton.setEnabled(show); in showShareButton()495 mSharePopup.setAnchorView(mShareButton); in showSharePopup()
33 private Button mShareButton; field in GeolocationPermissionsPrompt55 mShareButton = (Button) findViewById(R.id.share_button); in init()59 mShareButton.setOnClickListener(new View.OnClickListener() { in init()