Searched refs:DecodeBitmapAsyncTask (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
H A D | CurrentWallpaperAssetV16.java | 51 DecodeBitmapAsyncTask task = new DecodeBitmapAsyncTask(receiver, targetWidth, targetHeight); in decodeBitmap() 84 private class DecodeBitmapAsyncTask extends AsyncTask<Void, Void, Bitmap> { class in CurrentWallpaperAssetV16 90 public DecodeBitmapAsyncTask(BitmapReceiver receiver, int width, int height) { in DecodeBitmapAsyncTask() method in CurrentWallpaperAssetV16.DecodeBitmapAsyncTask
|
H A D | BuiltInWallpaperAsset.java | 84 DecodeBitmapAsyncTask task = new DecodeBitmapAsyncTask(targetWidth, targetHeight, receiver); in decodeBitmap() 129 private class DecodeBitmapAsyncTask extends AsyncTask<Void, Void, Bitmap> { class in BuiltInWallpaperAsset 135 public DecodeBitmapAsyncTask(int width, int height, BitmapReceiver receiver) { in DecodeBitmapAsyncTask() method in BuiltInWallpaperAsset.DecodeBitmapAsyncTask
|
H A D | StreamableAsset.java | 78 DecodeBitmapAsyncTask task = new DecodeBitmapAsyncTask(targetWidth, targetHeight, receiver); in decodeBitmap() 241 private class DecodeBitmapAsyncTask extends AsyncTask<Void, Void, Bitmap> { class in StreamableAsset 247 public DecodeBitmapAsyncTask(int targetWidth, int targetHeight, BitmapReceiver receiver) { in DecodeBitmapAsyncTask() method in StreamableAsset.DecodeBitmapAsyncTask
|