Home
last modified time | relevance | path

Searched refs:CreativeWallpaperThumbAsset (Results 1 – 3 of 3) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DCreativeWallpaperThumbAsset.java23 public class CreativeWallpaperThumbAsset extends LiveWallpaperThumbAsset { class
25 public CreativeWallpaperThumbAsset(Context context, WallpaperInfo info, Uri thumbnailUri) { in CreativeWallpaperThumbAsset() method in CreativeWallpaperThumbAsset
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DCreativeCategory.java33 import com.android.wallpaper.asset.CreativeWallpaperThumbAsset;
106 wallpaperInfos.isEmpty() ? null : new CreativeWallpaperThumbAsset(context, in CreativeCategory()
DCreativeWallpaperInfo.java39 import com.android.wallpaper.asset.CreativeWallpaperThumbAsset;
247 mThumbAsset = new CreativeWallpaperThumbAsset(context, mInfo, mThumbnailUri);