Home
last modified time | relevance | path

Searched refs:getLowResBitmap (Results 1 – 8 of 8) sorted by relevance

/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestAsset.java108 public Bitmap getLowResBitmap(Context context) { in getLowResBitmap() method in TestAsset
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DCurrentWallpaperAsset.java118 public Bitmap getLowResBitmap(Context context) { in getLowResBitmap() method in CurrentWallpaperAsset
DAsset.java188 public Bitmap getLowResBitmap(Context context) { in getLowResBitmap() method in Asset
DLiveWallpaperThumbAsset.java227 public Bitmap getLowResBitmap(Context context) { in getLowResBitmap() method in LiveWallpaperThumbAsset
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DWallpaperInfo.java235 Bitmap lowResBitmap = thumbAsset.getLowResBitmap(appContext); in computeColorInfo()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/viewmodel/
DStaticWallpaperPreviewViewModel.kt97 .map { it.staticWallpaperData.asset.getLowResBitmap(context) } in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperSetter.java230 .getLowResBitmap(context))); in setCurrentLiveWallpaperFromRestore()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/data/content/
DWallpaperClientImpl.kt575 return wallpaper?.getThumbAsset(context)?.getLowResBitmap(context) in <lambda>()