Searched defs:thumbAsset (Results 1 – 5 of 5) sorted by relevance
25 val thumbAsset: Asset?, constant in com.android.wallpaper.picker.data.category.CollectionCategoryData
27 val thumbAsset: Asset, constant in com.android.wallpaper.picker.data.CommonWallpaperData
70 public WallpaperCategory(String title, String collectionId, Asset thumbAsset, in WallpaperCategory()78 public WallpaperCategory(String title, String collectionId, Asset thumbAsset, int priority) { in WallpaperCategory()
253 Asset thumbAsset = getThumbAsset(appContext); in computeColorInfo() field in WallpaperInfo
604 val thumbAsset: Asset = wallpaperInfo.getThumbAsset(activity) in <lambda>() constant