Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/ui/
DZoomView.java83 Matrix rotationMatrix = new Matrix(); in doInBackground() local
84 rotationMatrix.setRotate(mOrientation, 0, 0); in doInBackground()
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()
108 rotationMatrix.invert(invertRotation); in doInBackground()
/packages/apps/Camera2/src/com/android/camera/
DCaptureModule.java737 Matrix rotationMatrix = new Matrix();
738 rotationMatrix.setRotate(mDisplayRotation, 0.5f, 0.5f);
739 rotationMatrix.mapPoints(points);