Searched refs:mInverseMatrix (Results 1 – 3 of 3) sorted by relevance
50 Matrix mInverseMatrix = new Matrix(); field in MainActivity153 mInverseMatrix.mapPoints(imgPoint); in onCreate()163 mInverseMatrix.mapPoints(imgPoint); in onCreate()177 mInverseMatrix.mapPoints(imgMoveList, 0, imgMoveList, 0, size); in onCreate()207 boolean ret = mMatrix.invert(mInverseMatrix); in updateMatrix()
3760 private Matrix mInverseMatrix; field in View.TransformationInfo13732 if (mTransformationInfo.mInverseMatrix == null) {13733 mTransformationInfo.mInverseMatrix = new Matrix();13735 final Matrix matrix = mTransformationInfo.mInverseMatrix;