Searched refs:liveWallpaperThumbAsset (Results 1 – 1 of 1) sorted by relevance
37 public boolean handles(LiveWallpaperThumbAsset liveWallpaperThumbAsset) { in handles() argument43 public LoadData<Drawable> buildLoadData(LiveWallpaperThumbAsset liveWallpaperThumbAsset, in buildLoadData() argument45 return new LoadData<>(liveWallpaperThumbAsset.getKey(), in buildLoadData()46 new LiveWallpaperThumbFetcher(liveWallpaperThumbAsset)); in buildLoadData()76 public LiveWallpaperThumbFetcher(LiveWallpaperThumbAsset liveWallpaperThumbAsset) { in LiveWallpaperThumbFetcher() argument77 mLiveWallpaperThumbAsset = liveWallpaperThumbAsset; in LiveWallpaperThumbFetcher()