Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DLiveWallpaperThumbAssetLoader.java34 ModelLoader<LiveWallpaperThumbAsset, Drawable> {
37 public boolean handles(LiveWallpaperThumbAsset liveWallpaperThumbAsset) { in handles()
43 public LoadData<Drawable> buildLoadData(LiveWallpaperThumbAsset liveWallpaperThumbAsset, in buildLoadData()
53 implements ModelLoaderFactory<LiveWallpaperThumbAsset, Drawable> {
58 public ModelLoader<LiveWallpaperThumbAsset, Drawable> build( in build()
74 private LiveWallpaperThumbAsset mLiveWallpaperThumbAsset;
76 public LiveWallpaperThumbFetcher(LiveWallpaperThumbAsset liveWallpaperThumbAsset) { in LiveWallpaperThumbFetcher()
DLiveWallpaperThumbAsset.java45 public class LiveWallpaperThumbAsset extends Asset { class
54 public LiveWallpaperThumbAsset(Context context, android.app.WallpaperInfo info) { in LiveWallpaperThumbAsset() method in LiveWallpaperThumbAsset
59 public LiveWallpaperThumbAsset(Context context, android.app.WallpaperInfo info, Uri uri) { in LiveWallpaperThumbAsset() method in LiveWallpaperThumbAsset
103 .load(LiveWallpaperThumbAsset.this) in loadDrawable()
DWallpaperGlideModule.java55 registry.append(LiveWallpaperThumbAsset.class, Drawable.class, in registerComponents()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DLiveWallpaperInfo.java35 import com.android.wallpaper.asset.LiveWallpaperThumbAsset;
70 protected LiveWallpaperThumbAsset mThumbAsset;
328 mThumbAsset = new LiveWallpaperThumbAsset(context, mInfo); in getThumbAsset()