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/
DAsset.java155 public void onBitmapDecoded(Bitmap bitmap) { in loadDrawable()
203 public void onBitmapDecoded(Bitmap bitmap) { in loadDrawableWithTransition()
208 public void onBitmapDecoded(@Nullable Bitmap newBitmap) { in loadDrawableWithTransition()
248 void onBitmapDecoded(@Nullable Bitmap bitmap); in onBitmapDecoded() method
324 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()
DBitmapCachingAsset.java85 mOriginalAsset.decodeBitmap(targetWidth, targetHeight, receiver::onBitmapDecoded); in decodeBitmap()
91 receiver.onBitmapDecoded(cached); in decodeBitmap()
97 receiver.onBitmapDecoded(bitmap); in decodeBitmap()
DCurrentWallpaperAssetV16.java44 receiver.onBitmapDecoded(null); in decodeBitmapRegion()
113 mReceiver.onBitmapDecoded(bitmap); in onPostExecute()
DLiveWallpaperThumbAsset.java59 receiver.onBitmapDecoded(null); in decodeBitmapRegion()
178 mReceiver.onBitmapDecoded(bitmap); in onPostExecute()
DBuiltInWallpaperAsset.java161 mReceiver.onBitmapDecoded(bitmap); in onPostExecute()
197 mReceiver.onBitmapDecoded(bitmap); in onPostExecute()
DStreamableAsset.java293 mReceiver.onBitmapDecoded(bitmap); in onPostExecute()
366 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.java99 public void onBitmapDecoded(@Nullable Bitmap bitmap) { in setIndividualWallpaperWithPosition()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperPersister.java114 public void onBitmapDecoded(@Nullable Bitmap bitmap) { in setIndividualWallpaper()
176 public void onBitmapDecoded(@Nullable Bitmap bitmap) { in setIndividualWallpaperWithPosition()
213 public void onBitmapDecoded(@Nullable Bitmap bitmap) { in setIndividualWallpaperWithCenterPosition()
222 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()