OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rotateMatrix
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java
354
Matrix
rotateMatrix
= new Matrix();
355
rotateMatrix
.setRotate(cropRotation);
357
rotateMatrix
.mapPoints(rotatedInSize);
575
Matrix
rotateMatrix
= new Matrix();
580
rotateMatrix
.setRotate(mRotation);
593
rotateMatrix
.mapPoints(rotatedBounds);
702
rotateMatrix
.mapPoints(dimsAfter);
[
all
...]
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperCropActivity.java
359
Matrix
rotateMatrix
= new Matrix();
360
rotateMatrix
.setRotate(cropRotation);
362
rotateMatrix
.mapPoints(rotatedInSize);
573
Matrix
rotateMatrix
= new Matrix();
578
rotateMatrix
.setRotate(mRotation);
591
rotateMatrix
.mapPoints(rotatedBounds);
700
rotateMatrix
.mapPoints(dimsAfter);
[
all
...]
WallpaperPickerActivity.java
[
all
...]
/packages/apps/Camera2/src/com/android/camera/
WideAnglePanoramaUI.java
271
Matrix
rotateMatrix
= new Matrix();
272
rotateMatrix
.setRotate(orientation);
275
rotateMatrix
, false);
Completed in 133 milliseconds