Home
last modified time | relevance | path

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

/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
DCropView.java52 Matrix mInverseRotateMatrix; field in CropView
68 mInverseRotateMatrix = new Matrix(); in CropView()
143 mInverseRotateMatrix.reset(); in setTileSource()
144 mInverseRotateMatrix.setRotate(-mRenderer.rotation); in setTileSource()
287 mInverseRotateMatrix.mapPoints(point); in onTouchEvent()
322 mInverseRotateMatrix.mapPoints(adjustment); in onTouchEvent()