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

/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java390 boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) {
394 outWidth, outHeight, setWallpaper, saveCroppedBitmap, onEndRunnable);
399 boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) {
402 outWidth, outHeight, setWallpaper, saveCroppedBitmap, onEndRunnable);
407 boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) {
411 outWidth, outHeight, setWallpaper, saveCroppedBitmap, onEndRunnable);
416 boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) {
421 outWidth, outHeight, setWallpaper, saveCroppedBitmap, onEndRunnable);
425 boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) {
431 mSaveCroppedBitmap = saveCroppedBitmap;
388 BitmapCropTask(Context c, String filePath, RectF cropBounds, int rotation, int outWidth, int outHeight, boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) argument
397 BitmapCropTask(byte[] imageBytes, RectF cropBounds, int rotation, int outWidth, int outHeight, boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) argument
405 BitmapCropTask(Context c, Uri inUri, RectF cropBounds, int rotation, int outWidth, int outHeight, boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) argument
414 BitmapCropTask(Context c, Resources res, int inResId, RectF cropBounds, int rotation, int outWidth, int outHeight, boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) argument
424 init(RectF cropBounds, int rotation, int outWidth, int outHeight, boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) argument
[all...]

Completed in 40 milliseconds