Searched refs:mInverseMatrix (Results 1 – 4 of 4) 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()
4250 private Matrix mInverseMatrix; field in View.TransformationInfo16211 if (mTransformationInfo.mInverseMatrix == null) { in getInverseMatrix()16212 mTransformationInfo.mInverseMatrix = new Matrix(); in getInverseMatrix()16214 final Matrix matrix = mTransformationInfo.mInverseMatrix; in getInverseMatrix()
77785 Landroid/view/View$TransformationInfo;->mInverseMatrix:Landroid/graphics/Matrix;