Home
last modified time | relevance | path

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

/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
DWallpaperPickerActivity.java278 public static class ResourceWallpaperInfo extends WallpaperTileInfo { class in WallpaperPickerActivity
282 public ResourceWallpaperInfo(Resources res, int resId, Drawable thumb) { in ResourceWallpaperInfo() method in WallpaperPickerActivity.ResourceWallpaperInfo
1151 private ResourceWallpaperInfo getPreKKDefaultWallpaperInfo() {
1172 return new ResourceWallpaperInfo(sysRes, resId, new BitmapDrawable(thumb));
1231 ResourceWallpaperInfo wallpaperInfo =
1232 new ResourceWallpaperInfo(res, resId, res.getDrawable(thumbRes));