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.java208 new CenterCropBitmapTask(bitmap, imageView, new BitmapReceiver() { in loadDrawableWithTransition()
278 protected static class CenterCropBitmapTask extends AsyncTask<Void, Void, Bitmap> { class in Asset
286 public CenterCropBitmapTask(Bitmap bitmap, ImageView imageView, in CenterCropBitmapTask() method in Asset.CenterCropBitmapTask