Searched refs:thumbAsset (Results 1 – 4 of 4) sorted by relevance
224 Asset thumbAsset = getThumbAsset(appContext); in computePlaceholderColor() field in WallpaperInfo225 Bitmap lowResBitmap = thumbAsset.getLowResBitmap(appContext); in computePlaceholderColor()
59 public WallpaperCategory(String title, String collectionId, Asset thumbAsset, in WallpaperCategory() argument64 mThumbAsset = thumbAsset; in WallpaperCategory()
400 Asset thumbAsset = new BitmapCachingAsset(mAppContext, in maybeLoadThumbnail() local403 thumbAsset.loadPreviewImage(mActivity, imageView, in maybeLoadThumbnail()406 return thumbAsset; in maybeLoadThumbnail()
539 AssetReceiver assetReceiver = (Asset thumbAsset) -> { in refreshCurrentWallpapers()1165 protected void onPostExecute(Asset thumbAsset) { in onPostExecute() argument1166 mReceiver.onAssetReceived(thumbAsset); in onPostExecute()