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

  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/
BitmapCropTask.java 196 Matrix rotateMatrix = new Matrix();
201 rotateMatrix.setRotate(mRotation);
214 rotateMatrix.mapPoints(rotatedBounds);
323 rotateMatrix.mapPoints(dimsAfter);
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 378 Matrix rotateMatrix = new Matrix();
379 rotateMatrix.setRotate(cropRotation);
381 rotateMatrix.mapPoints(rotatedInSize);
598 Matrix rotateMatrix = new Matrix();
603 rotateMatrix.setRotate(mRotation);
616 rotateMatrix.mapPoints(rotatedBounds);
725 rotateMatrix.mapPoints(dimsAfter);
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperCropActivity.java 369 Matrix rotateMatrix = new Matrix();
370 rotateMatrix.setRotate(cropRotation);
372 rotateMatrix.mapPoints(rotatedInSize);
WallpaperPickerActivity.java     [all...]

Completed in 189 milliseconds