Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/ui/
DZoomView.java82 RectF fullResRect = new RectF(0, 0, imageSize.x - 1, imageSize.y - 1); in doInBackground() local
85 rotationMatrix.mapRect(fullResRect); in doInBackground()
88 rotationMatrix.postTranslate(-fullResRect.left, -fullResRect.top); in doInBackground()
89 rotationMatrix.mapRect(fullResRect, new RectF(0, 0, imageSize.x - 1, in doInBackground()
100 mapping.setRectToRect(endRect, fullResRect, Matrix.ScaleToFit.CENTER); in doInBackground()