Searched refs:containerActivity (Results 1 – 1 of 1) sorted by relevance
88 public void setCurrentWallpaper(Activity containerActivity, WallpaperInfo wallpaper, in setCurrentWallpaper() argument93 setCurrentLiveWallpaper(containerActivity, (LiveWallpaperInfo) wallpaper, in setCurrentWallpaper()102 saveAndLockScreenOrientationIfNeeded(containerActivity); in setCurrentWallpaper()106 Glide.get(containerActivity).clearMemory(); in setCurrentWallpaper()110 if (!containerActivity.isFinishing()) { in setCurrentWallpaper()113 mProgressDialog = new ProgressDialog(containerActivity, themeResId); in setCurrentWallpaper()116 mProgressDialog.setMessage(containerActivity.getString( in setCurrentWallpaper()119 if (containerActivity instanceof LifecycleOwner) { in setCurrentWallpaper()120 ((LifecycleOwner) containerActivity).getLifecycle().addObserver( in setCurrentWallpaper()143 onWallpaperApplied(containerActivity, wallpaper, setWallpaperEntryPoint, in setCurrentWallpaper()[all …]