Searched refs:mInverseMatrix (Results 1 – 2 of 2) sorted by relevance
4450 private Matrix mInverseMatrix; field in View.TransformationInfo17996 if (mTransformationInfo.mInverseMatrix == null) { in getInverseMatrix()17997 mTransformationInfo.mInverseMatrix = new Matrix(); in getInverseMatrix()17999 final Matrix matrix = mTransformationInfo.mInverseMatrix; in getInverseMatrix()
63356 Landroid/view/View$TransformationInfo;->mInverseMatrix:Landroid/graphics/Matrix;