Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
H A DBitmapCachingAsset.java97 mOriginalAsset.decodeBitmap(targetWidth, targetHeight, receiver::onBitmapDecoded); in decodeBitmap()
103 receiver.onBitmapDecoded(cached); in decodeBitmap()
109 receiver.onBitmapDecoded(bitmap); in decodeBitmap()
127 receiver.onBitmapDecoded(cached); in decodeBitmapRegion()
134 receiver.onBitmapDecoded(bitmap); in decodeBitmapRegion()
H A DAsset.java177 public void onBitmapDecoded(Bitmap bitmap) { in loadDrawable()
228 public void onBitmapDecoded(Bitmap bitmap) { in loadDrawableWithTransition()
233 public void onBitmapDecoded(@Nullable Bitmap newBitmap) { in loadDrawableWithTransition()
341 void onBitmapDecoded(@Nullable Bitmap bitmap); in onBitmapDecoded() method
422 mBitmapReceiver.onBitmapDecoded(newBitmap); in onPostExecute()
H A DContentUriAsset.java133 receiver.onBitmapDecoded(null); in decodeBitmapRegion()
139 public void onBitmapDecoded(@Nullable Bitmap fullBitmap) { in decodeBitmapRegion()
143 receiver.onBitmapDecoded(null); in decodeBitmapRegion()
330 mReceiver.onBitmapDecoded(bitmapRegion); in onPostExecute()
H A DCurrentWallpaperAssetV16.java45 receiver.onBitmapDecoded(null); in decodeBitmapRegion()
116 mReceiver.onBitmapDecoded(bitmap); in onPostExecute()
H A DBuiltInWallpaperAsset.java161 mReceiver.onBitmapDecoded(bitmap); in onPostExecute()
197 mReceiver.onBitmapDecoded(bitmap); in onPostExecute()
H A DLiveWallpaperThumbAsset.java86 receiver.onBitmapDecoded(null); in decodeBitmapRegion()
293 mReceiver.onBitmapDecoded(bitmap); in onPostExecute()
H A DStreamableAsset.java294 mReceiver.onBitmapDecoded(bitmap); in onPostExecute()
379 mReceiver.onBitmapDecoded(bitmap); in onPostExecute()
/aosp12/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
H A DTestAsset.java60 receiver.onBitmapDecoded(mBitmap); in decodeBitmap()
66 receiver.onBitmapDecoded(mBitmap); in decodeBitmapRegion()
H A DTestBitmapCropper.java53 public void onBitmapDecoded(Bitmap bitmap) { in cropAndScaleBitmap()
H A DTestWallpaperPersister.java103 public void onBitmapDecoded(@Nullable Bitmap bitmap) { in setIndividualWallpaperWithPosition()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
H A DDefaultBitmapCropper.java46 public void onBitmapDecoded(Bitmap bitmap) { in cropAndScaleBitmap()
H A DDefaultWallpaperPersister.java122 public void onBitmapDecoded(@Nullable Bitmap bitmap) { in setIndividualWallpaper()
184 public void onBitmapDecoded(@Nullable Bitmap bitmap) { in setIndividualWallpaperWithPosition()
226 public void onBitmapDecoded(@Nullable Bitmap bitmap) { in setIndividualWallpaperWithCenterPosition()
/aosp12/packages/apps/ThemePicker/src/com/google/android/apps/wallpaper/asset/
H A DThemeBundleThumbAsset.java105 mReceiver.onBitmapDecoded(bitmap); in onPostExecute()