Home
last modified time | relevance | path

Searched refs:wallpaperAsset (Results 1 – 4 of 4) sorted by relevance

/packages/apps/ThemePicker/src/com/android/customization/model/theme/
DThemeBundle.java179 getPreviewInfo().wallpaperAsset; in getWallpaperPreviewAsset()
283 @Nullable public final Asset wallpaperAsset; field in ThemeBundle.PreviewInfo
290 @Nullable Asset wallpaperAsset, List<Drawable> shapeAppIcons) { in PreviewInfo() argument
298 this.wallpaperAsset = wallpaperAsset == null in PreviewInfo()
299 ? null : new BitmapCachingAsset(context, wallpaperAsset); in PreviewInfo()
433 public Builder setWallpaperAsset(Asset wallpaperAsset) { in setWallpaperAsset() argument
434 mWallpaperAsset = wallpaperAsset; in setWallpaperAsset()
DThemeManager.java130 Asset wallpaperAsset = theme.getWallpaperInfo().getAsset(mActivity);
131 if (wallpaperAsset != null) {
132 wallpaperAsset.decodeRawDimensions(mActivity,
141 wallpaperAsset,
/packages/apps/ThemePicker/src/com/android/customization/picker/theme/
DThemeFragment.java490 if (previewInfo.wallpaperAsset != null) { in ThemePreviewAdapter()
627 Asset wallpaperAsset = theme.getWallpaperPreviewAsset(view.getContext()); in onLayoutChange() local
628 if (wallpaperAsset != null) { in onLayoutChange()
629 wallpaperAsset.decodeBitmap(targetWidth, targetHeight, bitmap -> {}); in onLayoutChange()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperSetter.java75 @Nullable Asset wallpaperAsset, @Destination final int destination, in setCurrentWallpaper() argument
109 wallpaper, wallpaperAsset, cropRect, in setCurrentWallpaper()