Home
last modified time | relevance | path

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

/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()
435 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.java163 receiver.onBitmapDecoded(null); in decodeBitmapRegion()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestAsset.java82 receiver.onBitmapDecoded(mBitmap)); in decodeBitmap()
89 receiver.onBitmapDecoded(mBitmap)); in decodeBitmap()
96 receiver.onBitmapDecoded(mBitmap)); in decodeBitmapRegion()
DTestBitmapCropper.java53 public void onBitmapDecoded(Bitmap bitmap) { in cropAndScaleBitmap()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperPersister.java150 public void onBitmapDecoded(@Nullable Bitmap bitmap) { in setIndividualWallpaper()