Home
last modified time | relevance | path

Searched defs:thumbAsset (Results 1 – 5 of 5) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/data/category/
DCollectionCategoryData.kt25 val thumbAsset: Asset?, constant in com.android.wallpaper.picker.data.category.CollectionCategoryData
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/data/
DCommonWallpaperData.kt27 val thumbAsset: Asset, constant in com.android.wallpaper.picker.data.CommonWallpaperData
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DWallpaperCategory.java70 public WallpaperCategory(String title, String collectionId, Asset thumbAsset, in WallpaperCategory()
78 public WallpaperCategory(String title, String collectionId, Asset thumbAsset, int priority) { in WallpaperCategory()
DWallpaperInfo.java253 Asset thumbAsset = getThumbAsset(appContext); in computeColorInfo() field in WallpaperInfo
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/binder/
DScreenPreviewBinder.kt604 val thumbAsset: Asset = wallpaperInfo.getThumbAsset(activity) in <lambda>() constant