HomeSort by relevance Sort by last modified time
    Searched refs:mDisplayMatrix (Results 1 - 5 of 5) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropView.java 57 private Matrix mDisplayMatrix = null;
130 if (mDisplayMatrix == null || mDisplayMatrixInverse == null) {
185 mDisplayMatrix = null;
297 if (mDisplayMatrix == null || mDisplayMatrixInverse == null) {
298 mDisplayMatrix = new Matrix();
299 mDisplayMatrix.reset();
300 if (!CropDrawingUtils.setImageToScreenMatrix(mDisplayMatrix, mImageBounds, mScreenBounds,
303 mDisplayMatrix = null;
308 if (!mDisplayMatrix.invert(mDisplayMatrixInverse)) {
321 if (mDisplayMatrix.mapRect(mScreenImageBounds))
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ImageViewTouchBase.java 52 private final Matrix mDisplayMatrix = new Matrix();
285 mDisplayMatrix.set(mBaseMatrix);
286 mDisplayMatrix.postConcat(mSuppMatrix);
287 return mDisplayMatrix;
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ImageViewTouchBase.java 57 private final Matrix mDisplayMatrix = new Matrix();
290 mDisplayMatrix.set(mBaseMatrix);
291 mDisplayMatrix.postConcat(mSuppMatrix);
292 return mDisplayMatrix;
  /packages/apps/Nfc/src/com/android/nfc/
SendUi.java 121 final Matrix mDisplayMatrix;
184 mDisplayMatrix = new Matrix();
573 mDisplayMatrix.reset();
574 mDisplayMatrix.preRotate(-degrees);
575 mDisplayMatrix.mapPoints(dims);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 325 private Matrix mDisplayMatrix;
354 mDisplayMatrix = new Matrix();
441 mDisplayMatrix.reset();
442 mDisplayMatrix.preRotate(-degrees);
443 mDisplayMatrix.mapPoints(dims);

Completed in 173 milliseconds