Home
last modified time | relevance | path

Searched refs:rotationMatrix (Results 1 – 3 of 3) 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/captureintent/state/
DStateReadyForCapture.java369 Matrix rotationMatrix = new Matrix(); in registerEventHandlers()
370 rotationMatrix.setRotate(rotationDegree, 0.5f, 0.5f); in registerEventHandlers()
371 rotationMatrix.mapPoints(points); in registerEventHandlers()
/packages/apps/Camera2/src/com/android/camera/
DCaptureModule.java915 Matrix rotationMatrix = new Matrix();
916 rotationMatrix.setRotate(mDisplayRotation, 0.5f, 0.5f);
917 rotationMatrix.mapPoints(points);