Home
last modified time | relevance | path

Searched refs:mInverseRotateMatrix (Results 1 – 1 of 1) sorted by relevance

/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
DCropView.java51 Matrix mInverseRotateMatrix; field in CropView
67 mInverseRotateMatrix = new Matrix(); in CropView()
142 mInverseRotateMatrix.reset(); in setTileSource()
143 mInverseRotateMatrix.setRotate(-mRenderer.rotation); in setTileSource()
286 mInverseRotateMatrix.mapPoints(point); in onTouchEvent()
321 mInverseRotateMatrix.mapPoints(adjustment); in onTouchEvent()