Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/common/
DCropAndSetWallpaperTask.java55 RectF cropBounds, int rotation, int outWidth, int outHeight, in CropAndSetWallpaperTask()
DInputStreamProvider.java66 public Bitmap readCroppedBitmap(RectF cropBounds, int outWidth, int outHeight, int rotation) { in readCroppedBitmap()
/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()