Searched defs:cropBounds (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/common/ |
H A D | InputStreamProvider.java | 66 public Bitmap readCroppedBitmap(RectF cropBounds, int outWidth, int outHeight, int rotation) { in readCroppedBitmap()
|
H A D | CropAndSetWallpaperTask.java | 55 RectF cropBounds, int rotation, int outWidth, int outHeight, in CropAndSetWallpaperTask()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
H A D | CropActivity.java | 322 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()
|
H A D | CropDrawingUtils.java | 115 public static void drawWallpaperSelectionFrame(Canvas canvas, RectF cropBounds, float spotX, in drawWallpaperSelectionFrame()
|
H A D | CropMath.java | 217 public static RectF getScaledCropBounds(RectF cropBounds, RectF photoBounds, in getScaledCropBounds()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | SurfaceFreezer.java | 188 Rect cropBounds = null; in createSnapshotBuffer() local
|
H A D | LetterboxUiController.java | 339 Rect cropBounds = null; in updateRoundedCorners() local
|