Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DWallpaperControlButtonGroup.java50 ToggleButton mShareButton; field in WallpaperControlButtonGroup
82 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()
/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()