Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.java54 private ImageButton mShareButton; field in StopwatchFragment
299 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()
/packages/apps/Browser/src/com/android/browser/
DGeolocationPermissionsPrompt.java33 private Button mShareButton; field in GeolocationPermissionsPrompt
55 mShareButton = (Button) findViewById(R.id.share_button); in init()
59 mShareButton.setOnClickListener(new View.OnClickListener() { in init()