Searched refs:ContentUriAsset (Results 1 – 5 of 5) sorted by relevance
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/ |
D | ImageWallpaperInfo.java | 29 import com.android.wallpaper.asset.ContentUriAsset; 63 private ContentUriAsset mAsset; 113 ContentUriAsset asset = (ContentUriAsset) getAsset(context); in getAttributions() 147 mAsset = new ContentUriAsset( in getAsset() 153 mAsset = new ContentUriAsset(context, mUri); in getAsset()
|
D | ImageCategory.java | 29 import com.android.wallpaper.asset.ContentUriAsset; 88 asset = new ContentUriAsset(context, in getThumbnail()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
D | ContentUriAsset.java | 47 public final class ContentUriAsset extends StreamableAsset { class 67 public ContentUriAsset(Context context, Uri uri, RequestOptions requestOptions, in ContentUriAsset() method in ContentUriAsset 87 public ContentUriAsset(Context context, Uri uri, RequestOptions requestOptions) { in ContentUriAsset() method in ContentUriAsset 98 public ContentUriAsset(Context context, Uri uri, boolean uncached) { in ContentUriAsset() method in ContentUriAsset 106 public ContentUriAsset(Context context, Uri uri) { in ContentUriAsset() method in ContentUriAsset
|
/packages/apps/ThemePicker/src/com/android/customization/model/clock/ |
D | ContentProviderClockProvider.java | 17 import com.android.wallpaper.asset.ContentUriAsset; 134 .setThumbnail(new ContentUriAsset(mContext, thumbnail, in doInBackground() 136 .setPreview(new ContentUriAsset(mContext, preview, in doInBackground()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/ |
D | MyPhotosViewHolder.java | 34 import com.android.wallpaper.asset.ContentUriAsset; 91 asset = new ContentUriAsset(context, Uri.parse( in fetchThumbnail()
|