Searched refs:returnRect (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
D | WallpaperCropActivity.java | 735 RectF returnRect = new RectF(0, 0, mOutWidth, mOutHeight); local 739 m.setRectToRect(cropRect, returnRect, Matrix.ScaleToFit.FILL); 748 m4.setRectToRect(cropRect, returnRect, Matrix.ScaleToFit.FILL); 757 Bitmap tmp = Bitmap.createBitmap((int) returnRect.width(), 758 (int) returnRect.height(), Bitmap.Config.ARGB_8888);
|
/frameworks/base/core/java/android/app/ |
D | WallpaperManager.java | 524 RectF returnRect = new RectF(0, 0, outWidth, outHeight); in getBuiltInDrawable() local 525 m.setRectToRect(cropRect, returnRect, Matrix.ScaleToFit.FILL); in getBuiltInDrawable() 526 Bitmap tmp = Bitmap.createBitmap((int) returnRect.width(), in getBuiltInDrawable() 527 (int) returnRect.height(), Bitmap.Config.ARGB_8888); in getBuiltInDrawable()
|