Searched refs:mSetWallpaperButton (Results 1 – 3 of 3) sorted by relevance
595 private final Button mSetWallpaperButton; field in PreviewFragment.InfoPageController608 mSetWallpaperButton = mInfoPage.findViewById( in InfoPageController()636 && mSetWallpaperButton.getVisibility() == View.VISIBLE) { in populate()644 mSetWallpaperButton.setAlpha(alpha); in setContentAlpha()653 mSetWallpaperButton.setVisibility(View.GONE); in setUpSetWallpaperButton()655 mSetWallpaperButton.setVisibility(View.VISIBLE); in setUpSetWallpaperButton()656 mSetWallpaperButton.setOnClickListener(setWallpaperOnClickListener); in setUpSetWallpaperButton()
63 protected View mSetWallpaperButton; field in WallpaperCropActivity124 mSetWallpaperButton = findViewById(R.id.set_wallpaper_button); in init()129 mSetWallpaperButton.setEnabled(false); in init()137 mSetWallpaperButton.setEnabled(true); in init()
220 mSetWallpaperButton = findViewById(R.id.set_wallpaper_button); in init()265 mSetWallpaperButton.setEnabled(enabled); in setWallpaperButtonEnabled()