HomeSort by relevance Sort by last modified time
    Searched refs:mShareButton (Results 1 - 2 of 2) sorted by null

  /packages/apps/Browser/src/com/android/browser/
GeolocationPermissionsPrompt.java 33 private Button mShareButton;
55 mShareButton = (Button) findViewById(R.id.share_button);
59 mShareButton.setOnClickListener(new View.OnClickListener() {
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchFragment.java 54 private ImageButton mShareButton;
299 mShareButton = (ImageButton)v.findViewById(R.id.stopwatch_share_button);
301 mShareButton.setOnClickListener(new View.OnClickListener() {
446 if (mShareButton != null) {
447 mShareButton.setVisibility(show ? View.VISIBLE : View.INVISIBLE);
448 mShareButton.setEnabled(show);
495 mSharePopup.setAnchorView(mShareButton);
    [all...]

Completed in 50 milliseconds