Searched refs:setCurrentWallpaper (Results 1 – 5 of 5) sorted by relevance
/packages/apps/ThemePicker/src/com/android/customization/model/theme/ |
D | ThemeManager.java | 139 mWallpaperSetter.setCurrentWallpaper(mActivity, 146 mWallpaperSetter.setCurrentWallpaper(mActivity,
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | PreviewFragment.java | 432 setCurrentWallpaper(destination); in onSet() 437 setCurrentWallpaper(wallpaperDestination); in onClickTryAgain() 524 protected abstract void setCurrentWallpaper(@Destination int destination); in setCurrentWallpaper() method in PreviewFragment
|
D | ImagePreviewFragment.java | 355 protected void setCurrentWallpaper(@Destination int destination) { in setCurrentWallpaper() method in ImagePreviewFragment 356 mWallpaperSetter.setCurrentWallpaper(getActivity(), mWallpaper, mWallpaperAsset, in setCurrentWallpaper()
|
D | LivePreviewFragment.java | 322 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/ |
D | WallpaperSetter.java | 74 public void setCurrentWallpaper(Activity containerActivity, WallpaperInfo wallpaper, in setCurrentWallpaper() method in WallpaperSetter
|