Home
last modified time | relevance | path

Searched defs:cropBounds (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/
DBitmapCropTask.java77 RectF cropBounds, int rotation, int outWidth, int outHeight, in BitmapCropTask()
85 RectF cropBounds, int rotation, int outWidth, int outHeight, in BitmapCropTask()
94 RectF cropBounds, int rotation, int outWidth, int outHeight, in BitmapCropTask()
103 private void init(RectF cropBounds, int rotation, int outWidth, int outHeight, in init()
164 public void setCropBounds(RectF cropBounds) { in setCropBounds()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropActivity.java322 RectF cropBounds, RectF photoBounds, RectF currentBitmapBounds, String format, in startBitmapIO()
385 RectF cropBounds, RectF photoBounds, RectF originalBitmapBounds, int rotation, in BitmapIOTask()
617 protected static Bitmap getCroppedImage(Bitmap image, RectF cropBounds, RectF photoBounds) { in getCroppedImage()
DCropDrawingUtils.java115 public static void drawWallpaperSelectionFrame(Canvas canvas, RectF cropBounds, float spotX, in drawWallpaperSelectionFrame()
DCropMath.java217 public static RectF getScaledCropBounds(RectF cropBounds, RectF photoBounds, in getScaledCropBounds()