Searched refs:mShareButton (Results 1 – 2 of 2) sorted by relevance
50 ToggleButton mShareButton; field in WallpaperControlButtonGroup82 mShareButton = findViewById(R.id.share_button); in WallpaperControlButtonGroup()125 return mShareButton; in getActionButton()159 mShareButton.setForeground(null); in updateBackgroundColor()169 mShareButton.setForeground(AppCompatResources.getDrawable(context, in updateBackgroundColor()
48 private ImageButton mShareButton; field in FilmstripBottomPanel137 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()