Searched refs:LiveWallpaperThumbAsset (Results 1 – 5 of 5) sorted by relevance
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
D | LiveWallpaperThumbAssetLoader.java | 34 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()
|
D | LiveWallpaperThumbAsset.java | 62 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()
|
D | CreativeWallpaperThumbAsset.java | 23 public class CreativeWallpaperThumbAsset extends LiveWallpaperThumbAsset {
|
D | WallpaperGlideModule.java | 56 registry.append(LiveWallpaperThumbAsset.class, Drawable.class, in registerComponents()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/ |
D | LiveWallpaperInfo.java | 37 import com.android.wallpaper.asset.LiveWallpaperThumbAsset; 145 public LiveWallpaperThumbAsset getThumbAsset() { in getThumbAsset() 159 protected LiveWallpaperThumbAsset mThumbAsset; 421 mThumbAsset = new LiveWallpaperThumbAsset(context, mInfo); in getThumbAsset()
|