Home
last modified time | relevance | path

Searched refs:setCurrentWallpaper (Results 1 – 5 of 5) sorted by relevance

/packages/apps/ThemePicker/src/com/android/customization/model/theme/
DThemeManager.java139 mWallpaperSetter.setCurrentWallpaper(mActivity,
146 mWallpaperSetter.setCurrentWallpaper(mActivity,
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DPreviewFragment.java432 setCurrentWallpaper(destination); in onSet()
437 setCurrentWallpaper(wallpaperDestination); in onClickTryAgain()
524 protected abstract void setCurrentWallpaper(@Destination int destination); in setCurrentWallpaper() method in PreviewFragment
DImagePreviewFragment.java355 protected void setCurrentWallpaper(@Destination int destination) { in setCurrentWallpaper() method in ImagePreviewFragment
356 mWallpaperSetter.setCurrentWallpaper(getActivity(), mWallpaper, mWallpaperAsset, in setCurrentWallpaper()
DLivePreviewFragment.java322 protected void setCurrentWallpaper(int destination) { in setCurrentWallpaper() method in LivePreviewFragment
323 mWallpaperSetter.setCurrentWallpaper(getActivity(), mWallpaper, null, in setCurrentWallpaper()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperSetter.java74 public void setCurrentWallpaper(Activity containerActivity, WallpaperInfo wallpaper, in setCurrentWallpaper() method in WallpaperSetter