Home
last modified time | relevance | path

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

/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
DWallpaperPickerActivity.java235 public static class FileWallpaperInfo extends WallpaperTileInfo { class in WallpaperPickerActivity
238 public FileWallpaperInfo(File target, Drawable thumb) { in FileWallpaperInfo() method in WallpaperPickerActivity.FileWallpaperInfo
1092 bundled.add(new FileWallpaperInfo(file, new BitmapDrawable(thumb)));
DSavedWallpaperImages.java56 public static class SavedWallpaperTile extends WallpaperPickerActivity.FileWallpaperInfo {