Home | History | Annotate | Download | only in launcher3

Lines Matching refs:mTmpInvMatrix

243     private Matrix mTmpInvMatrix = new Matrix();
391 v.getMatrix().invert(mTmpInvMatrix);
392 mTmpInvMatrix.mapPoints(mTmpPoint);