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 52 Matrix mInverseRotateMatrix;
68 mInverseRotateMatrix = new Matrix();
143 mInverseRotateMatrix.reset();
144 mInverseRotateMatrix.setRotate(-mRenderer.rotation);
276 mInverseRotateMatrix.mapPoints(point);
311 mInverseRotateMatrix.mapPoints(adjustment);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
CropView.java 52 Matrix mInverseRotateMatrix;
68 mInverseRotateMatrix = new Matrix();
143 mInverseRotateMatrix.reset();
144 mInverseRotateMatrix.setRotate(-mRenderer.rotation);
276 mInverseRotateMatrix.mapPoints(point);
311 mInverseRotateMatrix.mapPoints(adjustment);

Completed in 48 milliseconds