Home
last modified time | relevance | path

Searched refs:returnRect (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DWallpaperCropActivity.java732 RectF returnRect = new RectF(0, 0, mOutWidth, mOutHeight); local
736 m.setRectToRect(cropRect, returnRect, Matrix.ScaleToFit.FILL);
745 m4.setRectToRect(cropRect, returnRect, Matrix.ScaleToFit.FILL);
754 Bitmap tmp = Bitmap.createBitmap((int) returnRect.width(),
755 (int) returnRect.height(), Bitmap.Config.ARGB_8888);
/frameworks/base/core/java/android/app/
DWallpaperManager.java792 RectF returnRect = new RectF(0, 0, outWidth, outHeight); in getBuiltInDrawable() local
793 m.setRectToRect(cropRect, returnRect, Matrix.ScaleToFit.FILL); in getBuiltInDrawable()
794 Bitmap tmp = Bitmap.createBitmap((int) returnRect.width(), in getBuiltInDrawable()
795 (int) returnRect.height(), Bitmap.Config.ARGB_8888); in getBuiltInDrawable()