Home
last modified time | relevance | path

Searched refs:LiveWallpaperThumbAsset (Results 1 – 5 of 5) 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.java62 public class LiveWallpaperThumbAsset extends Asset { class
75 public LiveWallpaperThumbAsset(Context context, android.app.WallpaperInfo info) { in LiveWallpaperThumbAsset() method in LiveWallpaperThumbAsset
79 public LiveWallpaperThumbAsset(Context context, android.app.WallpaperInfo info, Uri uri) { in LiveWallpaperThumbAsset() method in LiveWallpaperThumbAsset
83 public LiveWallpaperThumbAsset(Context context, android.app.WallpaperInfo info, Uri uri, in LiveWallpaperThumbAsset() method in LiveWallpaperThumbAsset
205 .load(LiveWallpaperThumbAsset.this) in loadDrawable()
219 .load(LiveWallpaperThumbAsset.this) in loadLowResDrawable()
DCreativeWallpaperThumbAsset.java23 public class CreativeWallpaperThumbAsset extends LiveWallpaperThumbAsset {
DWallpaperGlideModule.java56 registry.append(LiveWallpaperThumbAsset.class, Drawable.class, in registerComponents()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DLiveWallpaperInfo.java37 import com.android.wallpaper.asset.LiveWallpaperThumbAsset;
145 public LiveWallpaperThumbAsset getThumbAsset() { in getThumbAsset()
159 protected LiveWallpaperThumbAsset mThumbAsset;
421 mThumbAsset = new LiveWallpaperThumbAsset(context, mInfo); in getThumbAsset()