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 56 private Matrix mDisplayMatrix = null;
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.mapRect(mScreenImageBounds))
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java 50 private Matrix mDisplayMatrix = null;
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/
ImageViewTouchBase.java 52 private final Matrix mDisplayMatrix = new Matrix();
285 mDisplayMatrix.set(mBaseMatrix);
286 mDisplayMatrix.postConcat(mSuppMatrix);
287 return mDisplayMatrix;
  /packages/apps/Nfc/src/com/android/nfc/beam/
SendUi.java 142 final Matrix mDisplayMatrix;
208 mDisplayMatrix = new Matrix();
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 451 private Matrix mDisplayMatrix;
481 mDisplayMatrix = new Matrix();
    [all...]

Completed in 485 milliseconds