Searched refs:ResourceWallpaperInfo (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
H A DWallpaperPickerActivity.java227 public static class ResourceWallpaperInfo extends WallpaperTileInfo { class in class:WallpaperPickerActivity
231 public ResourceWallpaperInfo(Resources res, int resId, Drawable thumb) { method in class:WallpaperPickerActivity.ResourceWallpaperInfo
1016 private ResourceWallpaperInfo getPreKKDefaultWallpaperInfo() {
1037 return new ResourceWallpaperInfo(sysRes, resId, new BitmapDrawable(thumb));
1096 ResourceWallpaperInfo wallpaperInfo =
1097 new ResourceWallpaperInfo(res, resId, res.getDrawable(thumbRes));

Completed in 99 milliseconds