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

/packages/apps/Camera2/src/com/android/camera/app/
H A DFilmstripBottomPanel.java48 private ImageButton mShareButton; field in class:FilmstripBottomPanel
137 mShareButton.setVisibility(visible ? View.VISIBLE : View.INVISIBLE);
142 mShareButton.setEnabled(enabled);
231 mShareButton = (ImageButton) mLayout.findViewById(R.id.filmstrip_bottom_control_share);
232 mShareButton.setOnClickListener(new View.OnClickListener() {

Completed in 82 milliseconds