Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DAsset.java231 new CenterCropBitmapTask(bitmap, imageView, new BitmapReceiver() { in loadDrawableWithTransition()
374 public static class CenterCropBitmapTask extends AsyncTask<Void, Void, Bitmap> { class in Asset
382 public CenterCropBitmapTask(Bitmap bitmap, View view, in CenterCropBitmapTask() method in Asset.CenterCropBitmapTask