/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/category/ui/view/viewholder/ |
D | TileViewHolder.kt | 67 if (item.thumbAsset == null) { in bind() 70 item.thumbAsset?.loadDrawable(context, wallpaperCategoryImage, placeHolderColor) in bind()
|
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/ |
D | WallpaperModelUtils.kt | 81 thumbAsset = asset, in getStaticWallpaperModel() 127 thumbAsset = asset, in getLiveWallpaperModel()
|
D | FakeDefaultCategoryFactory.kt | 79 thumbAsset = fakeAsset, in createCollectionsCategoryData()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/ |
D | WallpaperCategory.java | 70 public WallpaperCategory(String title, String collectionId, Asset thumbAsset, in WallpaperCategory() argument 75 mThumbAsset = thumbAsset; in WallpaperCategory()
|
D | WallpaperInfo.java | 234 Asset thumbAsset = getThumbAsset(appContext); in computeColorInfo() field in WallpaperInfo 235 Bitmap lowResBitmap = thumbAsset.getLowResBitmap(appContext); in computeColorInfo()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/category/ui/viewmodel/ |
D | TileViewModel.kt | 22 class TileViewModel(val thumbAsset: Asset?, val text: String, val onClicked: (() -> Unit)? = null) constant in com.android.wallpaper.picker.category.ui.viewmodel.TileViewModel
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/data/category/ |
D | CollectionCategoryData.kt | 25 val thumbAsset: Asset, constant in com.android.wallpaper.picker.data.category.CollectionCategoryData
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/data/ |
D | CommonWallpaperData.kt | 27 val thumbAsset: Asset, constant in com.android.wallpaper.picker.data.CommonWallpaperData
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/binder/ |
D | ScreenPreviewBinder.kt | 598 val thumbAsset: Asset = wallpaperInfo.getThumbAsset(activity) in <lambda>() constant 604 BitmapCachingAsset(activity, thumbAsset) in <lambda>() 609 /* offsetToStart= */ thumbAsset !is CurrentWallpaperAsset || offsetToStart, in <lambda>()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/converter/category/ |
D | DefaultCategoryFactory.kt | 69 thumbAsset = getThumbnail(context), in <lambda>()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/converter/ |
D | WallpaperModelFactory.kt | 99 thumbAsset = getThumbAsset(context), in getWallpaperModel()
|