Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
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()
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()
DContentUriAsset.java129 receiver.onBitmapDecoded(null); in decodeBitmapRegion()
135 public void onBitmapDecoded(@Nullable Bitmap fullBitmap) { in decodeBitmapRegion()
139 receiver.onBitmapDecoded(null); in decodeBitmapRegion()
313 mReceiver.onBitmapDecoded(bitmapRegion); in onPostExecute()
DCurrentWallpaperAssetV16.java45 receiver.onBitmapDecoded(null); in decodeBitmapRegion()
116 mReceiver.onBitmapDecoded(bitmap); in onPostExecute()
DBuiltInWallpaperAsset.java161 mReceiver.onBitmapDecoded(bitmap); in onPostExecute()
197 mReceiver.onBitmapDecoded(bitmap); in onPostExecute()
DLiveWallpaperThumbAsset.java86 receiver.onBitmapDecoded(null); in decodeBitmapRegion()
280 mReceiver.onBitmapDecoded(bitmap); in onPostExecute()
DStreamableAsset.java294 mReceiver.onBitmapDecoded(bitmap); in onPostExecute()
379 mReceiver.onBitmapDecoded(bitmap); in onPostExecute()
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
DTestAsset.java60 receiver.onBitmapDecoded(mBitmap); in decodeBitmap()
66 receiver.onBitmapDecoded(mBitmap); in decodeBitmapRegion()
DTestBitmapCropper.java53 public void onBitmapDecoded(Bitmap bitmap) { in cropAndScaleBitmap()
DTestWallpaperPersister.java103 public void onBitmapDecoded(@Nullable Bitmap bitmap) { in setIndividualWallpaperWithPosition()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperPersister.java117 public void onBitmapDecoded(@Nullable Bitmap bitmap) { in setIndividualWallpaper()
179 public void onBitmapDecoded(@Nullable Bitmap bitmap) { in setIndividualWallpaperWithPosition()
221 public void onBitmapDecoded(@Nullable Bitmap bitmap) { in setIndividualWallpaperWithCenterPosition()
DDefaultBitmapCropper.java46 public void onBitmapDecoded(Bitmap bitmap) { in cropAndScaleBitmap()
/packages/apps/ThemePicker/src/com/google/android/apps/wallpaper/asset/
DThemeBundleThumbAsset.java105 mReceiver.onBitmapDecoded(bitmap); in onPostExecute()