Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DCurrentWallpaperAssetVN.java116 public Bitmap getLowResBitmap(Context context) { in getLowResBitmap() method in CurrentWallpaperAssetVN
DAsset.java152 public Bitmap getLowResBitmap(Context context) { in getLowResBitmap() method in Asset
DLiveWallpaperThumbAsset.java190 public Bitmap getLowResBitmap(Context context) { in getLowResBitmap() method in LiveWallpaperThumbAsset
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DWallpaperInfo.java251 Bitmap lowResBitmap = thumbAsset.getLowResBitmap(appContext); in computeColorInfo()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperSetter.java270 .getLowResBitmap(context))); in setCurrentLiveWallpaper()