Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DAsset.java157 public void onBitmapDecoded(Bitmap bitmap) { in loadDrawable()
205 public void onBitmapDecoded(Bitmap bitmap) { in loadDrawableWithTransition()
210 public void onBitmapDecoded(@Nullable Bitmap newBitmap) { in loadDrawableWithTransition()
250 void onBitmapDecoded(@Nullable Bitmap bitmap); in onBitmapDecoded() method
325 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.java58 receiver.onBitmapDecoded(null); in decodeBitmapRegion()
174 mReceiver.onBitmapDecoded(bitmap); in onPostExecute()
DBuiltInWallpaperAsset.java161 mReceiver.onBitmapDecoded(bitmap); in onPostExecute()
197 mReceiver.onBitmapDecoded(bitmap); in onPostExecute()
DStreamableAsset.java298 mReceiver.onBitmapDecoded(bitmap); in onPostExecute()
371 mReceiver.onBitmapDecoded(bitmap); in onPostExecute()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperPersister.java125 public void onBitmapDecoded(@Nullable Bitmap bitmap) { in setIndividualWallpaper()
185 public void onBitmapDecoded(@Nullable Bitmap bitmap) { in setIndividualWallpaperWithPosition()
220 public void onBitmapDecoded(@Nullable Bitmap bitmap) { in setIndividualWallpaperWithCenterPosition()
228 public void onBitmapDecoded(@Nullable Bitmap bitmap) { in setIndividualWallpaperWithCenterPosition()
DDefaultBitmapCropper.java46 public void onBitmapDecoded(Bitmap bitmap) { in cropAndScaleBitmap()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DPreviewFragment.java674 public void onBitmapDecoded(Bitmap pageBitmap) { in initFullResView()