Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/view/
DPreviewTabs.kt296 val returnRect = Rect() in View() constant
297 this.getGlobalVisibleRect(returnRect) in View()
298 return returnRect in View()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropActivity.java523 RectF returnRect = new RectF(0, 0, mOutputX, mOutputY); in doInBackground() local
524 m.setRectToRect(cropRect, returnRect, Matrix.ScaleToFit.FILL); in doInBackground()
526 Bitmap tmp = Bitmap.createBitmap((int) returnRect.width(), in doInBackground()
527 (int) returnRect.height(), Bitmap.Config.ARGB_8888); in doInBackground()