Searched refs:getLowResBitmap (Results 1 – 8 of 8) sorted by relevance
108 public Bitmap getLowResBitmap(Context context) { in getLowResBitmap() method in TestAsset
118 public Bitmap getLowResBitmap(Context context) { in getLowResBitmap() method in CurrentWallpaperAsset
188 public Bitmap getLowResBitmap(Context context) { in getLowResBitmap() method in Asset
227 public Bitmap getLowResBitmap(Context context) { in getLowResBitmap() method in LiveWallpaperThumbAsset
235 Bitmap lowResBitmap = thumbAsset.getLowResBitmap(appContext); in computeColorInfo()
97 .map { it.staticWallpaperData.asset.getLowResBitmap(context) } in <lambda>()
230 .getLowResBitmap(context))); in setCurrentLiveWallpaperFromRestore()
575 return wallpaper?.getThumbAsset(context)?.getLowResBitmap(context) in <lambda>()