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

  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
CropView.java 51 Matrix mInverseRotateMatrix;
67 mInverseRotateMatrix = new Matrix();
142 mInverseRotateMatrix.reset();
143 mInverseRotateMatrix.setRotate(-mRenderer.rotation);
275 mInverseRotateMatrix.mapPoints(point);
310 mInverseRotateMatrix.mapPoints(adjustment);
  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
CropView.java 51 Matrix mInverseRotateMatrix;
67 mInverseRotateMatrix = new Matrix();
142 mInverseRotateMatrix.reset();
143 mInverseRotateMatrix.setRotate(-mRenderer.rotation);
286 mInverseRotateMatrix.mapPoints(point);
321 mInverseRotateMatrix.mapPoints(adjustment);

Completed in 5135 milliseconds