Searched refs:mDisplayMatrix (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/crop/
H A DCropView.java55 private Matrix mDisplayMatrix = null; field in class:CropView
142 if (mDisplayMatrix == null || mDisplayMatrixInverse == null) {
197 mDisplayMatrix = null;
309 if (mDisplayMatrix == null || mDisplayMatrixInverse == null) {
310 mDisplayMatrix = new Matrix();
311 mDisplayMatrix.reset();
312 if (!CropDrawingUtils.setImageToScreenMatrix(mDisplayMatrix, mImageBounds, mScreenBounds,
315 mDisplayMatrix = null;
320 if (!mDisplayMatrix.invert(mDisplayMatrixInverse)) {
333 if (mDisplayMatrix
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropView.java56 private Matrix mDisplayMatrix = null; field in class:CropView
143 if (mDisplayMatrix == null || mDisplayMatrixInverse == null) {
198 mDisplayMatrix = null;
310 if (mDisplayMatrix == null || mDisplayMatrixInverse == null) {
311 mDisplayMatrix = new Matrix();
312 mDisplayMatrix.reset();
313 if (!CropDrawingUtils.setImageToScreenMatrix(mDisplayMatrix, mImageBounds, mScreenBounds,
316 mDisplayMatrix = null;
321 if (!mDisplayMatrix.invert(mDisplayMatrixInverse)) {
334 if (mDisplayMatrix
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageCrop.java50 private Matrix mDisplayMatrix = null; field in class:ImageCrop
110 if (mDisplayMatrix == null || mDisplayMatrixInverse == null) {
157 mDisplayMatrix = null;
267 if (mDisplayCropMatrix == null || mDisplayMatrix == null || mDisplayMatrixInverse == null) {
269 mDisplayMatrix = GeometryMathUtils.getFullGeometryToScreenMatrix(mGeometry,
307 canvas.drawBitmap(bitmap, mDisplayMatrix, mPaint);
/packages/apps/Gallery/src/com/android/camera/
H A DImageViewTouchBase.java52 private final Matrix mDisplayMatrix = new Matrix(); field in class:ImageViewTouchBase
285 mDisplayMatrix.set(mBaseMatrix);
286 mDisplayMatrix.postConcat(mSuppMatrix);
287 return mDisplayMatrix;
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DImageViewTouchBase.java57 private final Matrix mDisplayMatrix = new Matrix(); field in class:ImageViewTouchBase
290 mDisplayMatrix.set(mBaseMatrix);
291 mDisplayMatrix.postConcat(mSuppMatrix);
292 return mDisplayMatrix;
/packages/apps/Nfc/src/com/android/nfc/
H A DSendUi.java121 final Matrix mDisplayMatrix; field in class:SendUi
184 mDisplayMatrix = new Matrix();
573 mDisplayMatrix.reset();
574 mDisplayMatrix.preRotate(-degrees);
575 mDisplayMatrix.mapPoints(dims);

Completed in 182 milliseconds