OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:minverserotatematrix
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
CropView.java
51
Matrix
mInverseRotateMatrix
;
67
mInverseRotateMatrix
= new Matrix();
142
mInverseRotateMatrix
.reset();
143
mInverseRotateMatrix
.setRotate(-mRenderer.rotation);
275
mInverseRotateMatrix
.mapPoints(point);
310
mInverseRotateMatrix
.mapPoints(adjustment);
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
CropView.java
52
Matrix
mInverseRotateMatrix
;
68
mInverseRotateMatrix
= new Matrix();
143
mInverseRotateMatrix
.reset();
144
mInverseRotateMatrix
.setRotate(-mRenderer.rotation);
287
mInverseRotateMatrix
.mapPoints(point);
322
mInverseRotateMatrix
.mapPoints(adjustment);
Completed in 89 milliseconds