Searched refs:cropBounds (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java447 RectF cropBounds, int rotation, int outWidth, int outHeight,
451 init(cropBounds, rotation,
456 RectF cropBounds, int rotation, int outWidth, int outHeight,
459 init(cropBounds, rotation,
464 RectF cropBounds, int rotation, int outWidth, int outHeight,
468 init(cropBounds, rotation,
473 RectF cropBounds, int rotation, int outWidth, int outHeight,
478 init(cropBounds, rotation,
482 private void init(RectF cropBounds, int rotation, int outWidth, int outHeight, argument
484 mCropBounds = cropBounds;
446 BitmapCropTask(Context c, String filePath, RectF cropBounds, int rotation, int outWidth, int outHeight, boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) argument
455 BitmapCropTask(byte[] imageBytes, RectF cropBounds, int rotation, int outWidth, int outHeight, boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) argument
463 BitmapCropTask(Context c, Uri inUri, RectF cropBounds, int rotation, int outWidth, int outHeight, boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) argument
472 BitmapCropTask(Context c, Resources res, int inResId, RectF cropBounds, int rotation, int outWidth, int outHeight, boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) argument
543 setCropBounds(RectF cropBounds) argument
[all...]

Completed in 36 milliseconds