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

  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
CropView.java 51 Matrix mRotateMatrix;
67 mRotateMatrix = new Matrix();
77 mRotateMatrix.mapPoints(imageDims);
96 mRotateMatrix.mapPoints(rendererCenter);
141 mRotateMatrix.reset();
142 mRotateMatrix.setRotate(mRenderer.rotation);
292 mRotateMatrix.mapPoints(coef);
  /packages/apps/Launcher3/src/com/android/launcher3/
CropView.java 51 Matrix mRotateMatrix;
67 mRotateMatrix = new Matrix();
77 mRotateMatrix.mapPoints(imageDims);
96 mRotateMatrix.mapPoints(rendererCenter);
141 mRotateMatrix.reset();
142 mRotateMatrix.setRotate(mRenderer.rotation);
292 mRotateMatrix.mapPoints(coef);

Completed in 1067 milliseconds