Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DWallpaperInfo.java251 Bitmap lowResBitmap = thumbAsset.getLowResBitmap(appContext); in computeColorInfo() field in WallpaperInfo
252 if (lowResBitmap == null) { in computeColorInfo()
257 mColorInfo = new ColorInfo(WallpaperColors.fromBitmap(lowResBitmap)); in computeColorInfo()