Home
last modified time | relevance | path

Searched refs:onBitmapDecoded (Results 1 – 8 of 8) sorted by relevance

/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestAsset.java62 receiver.onBitmapDecoded(mBitmap)); in decodeBitmap()
69 receiver.onBitmapDecoded(mBitmap)); in decodeBitmap()
76 receiver.onBitmapDecoded(mBitmap)); in decodeBitmapRegion()
DTestBitmapCropper.java53 public void onBitmapDecoded(Bitmap bitmap) { in cropAndScaleBitmap()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DBitmapCachingAsset.java109 receiver.onBitmapDecoded(cached); in decodeBitmap()
115 receiver.onBitmapDecoded(bitmap); in decodeBitmap()
144 receiver.onBitmapDecoded(cached); in decodeBitmapRegion()
151 receiver.onBitmapDecoded(bitmap); in decodeBitmapRegion()
DAsset.java132 new Handler(Looper.getMainLooper()).post(() -> receiver.onBitmapDecoded(decodedBitmap)); in decodeBitmapCompleted()
228 public void onBitmapDecoded(Bitmap bitmap) { in loadDrawable()
279 public void onBitmapDecoded(Bitmap bitmap) { in loadDrawableWithTransition()
284 public void onBitmapDecoded(@Nullable Bitmap newBitmap) { in loadDrawableWithTransition()
434 void onBitmapDecoded(@Nullable Bitmap bitmap); in onBitmapDecoded() method
DContentUriAsset.java135 receiver.onBitmapDecoded(null); in decodeBitmapRegion()
141 public void onBitmapDecoded(@Nullable Bitmap fullBitmap) { in decodeBitmapRegion()
DLiveWallpaperThumbAsset.java158 receiver.onBitmapDecoded(null); in decodeBitmapRegion()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultBitmapCropper.java51 public void onBitmapDecoded(Bitmap bitmap) { in cropAndScaleBitmap()
DDefaultWallpaperPersister.java149 public void onBitmapDecoded(@Nullable Bitmap bitmap) { in setIndividualWallpaper()