| /packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/ | 
| D | TestAsset.java | 60     public void decodeBitmap(BitmapReceiver receiver) {  in decodeBitmap()  method in TestAsset66     public void decodeBitmap(int targetWidth, int targetHeight, boolean useHardwareBitmapIfPossible,  in decodeBitmap()  method in TestAsset
 
 | 
| /packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ | 
| D | BuiltInWallpaperAsset.java | 103     public void decodeBitmap(int targetWidth, int targetHeight, boolean useHardwareBitmapIfPossible,  in decodeBitmap()  method in BuiltInWallpaperAsset127     public void decodeBitmap(BitmapReceiver receiver) {  in decodeBitmap()  method in BuiltInWallpaperAsset
 
 | 
| D | Asset.java | 88     public final void decodeBitmap(int targetWidth, int targetHeight, BitmapReceiver receiver) {  in decodeBitmap()  method in Asset103     public abstract void decodeBitmap(int targetWidth, int targetHeight,  in decodeBitmap()  method in Asset
 120     public abstract void decodeBitmap(BitmapReceiver receiver);  in decodeBitmap()  method in Asset
 
 | 
| D | BitmapCachingAsset.java | 96     public void decodeBitmap(int targetWidth, int targetHeight, boolean useHardwareBitmapIfPossible,  in decodeBitmap()  method in BitmapCachingAsset125     public void decodeBitmap(BitmapReceiver receiver) {  in decodeBitmap()  method in BitmapCachingAsset
 
 | 
| D | StreamableAsset.java | 80     public void decodeBitmap(int targetWidth, int targetHeight, boolean useHardwareBitmapIfPossible,  in decodeBitmap()  method in StreamableAsset126     public void decodeBitmap(BitmapReceiver receiver) {  in decodeBitmap()  method in StreamableAsset
 
 | 
| D | LiveWallpaperThumbAsset.java | 93     public void decodeBitmap(int targetWidth, int targetHeight, boolean useHardwareBitmapIfPossible,  in decodeBitmap()  method in LiveWallpaperThumbAsset138     public void decodeBitmap(BitmapReceiver receiver) {  in decodeBitmap()  method in LiveWallpaperThumbAsset
 
 | 
| /packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/viewmodel/ | 
| D | StaticWallpaperPreviewViewModel.kt | 129     private suspend fun Asset.decodeBitmap(dimensions: Point): Bitmap? =  in <lambda>()  method in com.android.wallpaper.picker.preview.ui.viewmodel.StaticWallpaperPreviewViewModel
 | 
| /packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/ | 
| D | AppInfoHelper.java | 719     private static Bitmap decodeBitmap(@Nullable byte[] bytes) {  in decodeBitmap()  method in AppInfoHelper
 |