Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/app/
DFilmstripBottomPanel.java48 private ImageButton mShareButton; field in FilmstripBottomPanel
137 mShareButton.setVisibility(visible ? View.VISIBLE : View.INVISIBLE); in setShareButtonVisibility()
142 mShareButton.setEnabled(enabled); in setShareEnabled()
231 mShareButton = (ImageButton) mLayout.findViewById(R.id.filmstrip_bottom_control_share); in setupShareButton()
232 mShareButton.setOnClickListener(new View.OnClickListener() { in setupShareButton()
/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()