Searched refs:mRotateMatrix (Results 1 - 1 of 1) sorted by relevance

/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
H A DCropView.java50 Matrix mRotateMatrix; field in class:CropView
66 mRotateMatrix = new Matrix();
76 mRotateMatrix.mapPoints(imageDims);
95 mRotateMatrix.mapPoints(rendererCenter);
140 mRotateMatrix.reset();
141 mRotateMatrix.setRotate(mRenderer.rotation);
303 mRotateMatrix.mapPoints(coef);

Completed in 84 milliseconds