Searched defs:saveCroppedBitmap (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java471 boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) {
475 outWidth, outHeight, setWallpaper, saveCroppedBitmap, onEndRunnable);
480 boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) {
483 outWidth, outHeight, setWallpaper, saveCroppedBitmap, onEndRunnable);
488 boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) {
492 outWidth, outHeight, setWallpaper, saveCroppedBitmap, onEndRunnable);
497 boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) {
502 outWidth, outHeight, setWallpaper, saveCroppedBitmap, onEndRunnable);
506 boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) {
512 mSaveCroppedBitmap = saveCroppedBitmap;
469 BitmapCropTask(Context c, String filePath, RectF cropBounds, int rotation, int outWidth, int outHeight, boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) argument
478 BitmapCropTask(byte[] imageBytes, RectF cropBounds, int rotation, int outWidth, int outHeight, boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) argument
486 BitmapCropTask(Context c, Uri inUri, RectF cropBounds, int rotation, int outWidth, int outHeight, boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) argument
495 BitmapCropTask(Context c, Resources res, int inResId, RectF cropBounds, int rotation, int outWidth, int outHeight, boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) argument
505 init(RectF cropBounds, int rotation, int outWidth, int outHeight, boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) argument
[all...]

Completed in 9 milliseconds