Searched refs:mSetLockWallpaperButton (Results 1 – 1 of 1) sorted by relevance
42 private Button mSetLockWallpaperButton; field in SetWallpaperDialogFragment83 mSetLockWallpaperButton = layout.findViewById(R.id.set_lock_wallpaper_button); in onCreateDialog()84 mSetLockWallpaperButton.setOnClickListener( in onCreateDialog()126 if (mSetLockWallpaperButton != null) { in updateButtonsVisibility()127 mSetLockWallpaperButton.setVisibility(mLockAvailable ? View.VISIBLE : View.GONE); in updateButtonsVisibility()