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

  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/
BitmapCropTask.java 214 Matrix inverseRotateMatrix = new Matrix();
219 inverseRotateMatrix.setRotate(-mRotation);
236 inverseRotateMatrix.mapRect(mCropBounds);
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 599 Matrix inverseRotateMatrix = new Matrix();
604 inverseRotateMatrix.setRotate(-mRotation);
621 inverseRotateMatrix.mapRect(mCropBounds);
    [all...]

Completed in 63 milliseconds