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

  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 347 Matrix rotateMatrix = new Matrix();
348 rotateMatrix.setRotate(cropRotation);
350 rotateMatrix.mapPoints(rotatedInSize);
551 Matrix rotateMatrix = new Matrix();
554 rotateMatrix.setRotate(mRotation);
568 rotateMatrix.mapPoints(rotatedBounds);
651 rotateMatrix.mapPoints(dimsAfter);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
WallpaperCropActivity.java 312 Matrix rotateMatrix = new Matrix();
313 rotateMatrix.setRotate(cropRotation);
315 rotateMatrix.mapPoints(rotatedInSize);
514 Matrix rotateMatrix = new Matrix();
517 rotateMatrix.setRotate(mRotation);
526 rotateMatrix.mapPoints(rotatedBounds);
599 rotateMatrix.mapPoints(dimsAfter);
WallpaperPickerActivity.java 608 Matrix rotateMatrix = new Matrix();
609 rotateMatrix.setRotate(rotation);
611 rotateMatrix.mapPoints(rotatedBounds);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
WideAnglePanoramaUI.java 271 Matrix rotateMatrix = new Matrix();
272 rotateMatrix.setRotate(orientation);
275 rotateMatrix, false);

Completed in 958 milliseconds