Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperPersister.java131 public void onBitmapCropped(Bitmap croppedBitmap) { in setIndividualWallpaper()
132 setIndividualWallpaper(wallpaper, croppedBitmap, destination, callback); in setIndividualWallpaper()
271 private void setIndividualWallpaper(WallpaperInfo wallpaper, Bitmap croppedBitmap, in setIndividualWallpaper() argument
274 new SetWallpaperTask(wallpaper, croppedBitmap, destination, callback); in setIndividualWallpaper()
291 private void setIndividualWallpaperFill(WallpaperInfo wallpaper, Bitmap croppedBitmap, in setIndividualWallpaperFill() argument
294 new SetWallpaperTask(wallpaper, croppedBitmap, destination, callback); in setIndividualWallpaperFill()
311 private void setIndividualWallpaperStretch(WallpaperInfo wallpaper, Bitmap croppedBitmap, in setIndividualWallpaperStretch() argument
314 new SetWallpaperTask(wallpaper, croppedBitmap, destination, callback); in setIndividualWallpaperStretch()
DBitmapCropper.java41 void onBitmapCropped(Bitmap croppedBitmap); in onBitmapCropped() argument
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DAsset.java301 public void onBitmapCropped(Bitmap croppedBitmap) { in loadPreviewImage()
307 imageView.setImageBitmap(croppedBitmap); in loadPreviewImage()
315 layers[1] = new BitmapDrawable(resources, croppedBitmap); in loadPreviewImage()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DImageActionUtils.java208 Bitmap croppedBitmap = cropBitmap(bitmap, crop); in getImageUri() local
216 croppedBitmap.compress(Bitmap.CompressFormat.PNG, 100, fos); in getImageUri()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DImagePreviewFragment.java352 public void onBitmapCropped(Bitmap croppedBitmap) { in recalculateColors()
357 Bitmap cropped = croppedBitmap; in recalculateColors()