Searched defs:thumbAsset (Results 1 – 6 of 6) sorted by relevance
22 class TileViewModel(val thumbAsset: Asset?, val text: String, val onClicked: (() -> Unit)? = null) constant in com.android.wallpaper.picker.category.ui.viewmodel.TileViewModel
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
234 Asset thumbAsset = getThumbAsset(appContext); in computeColorInfo() field in WallpaperInfo
70 public WallpaperCategory(String title, String collectionId, Asset thumbAsset, in WallpaperCategory()
598 val thumbAsset: Asset = wallpaperInfo.getThumbAsset(activity) in <lambda>() constant