Home | History | Annotate | Download | only in launcher3

Lines Matching refs:mTmpInvMatrix

242     private Matrix mTmpInvMatrix = new Matrix();
383 v.getMatrix().invert(mTmpInvMatrix);
384 mTmpInvMatrix.mapPoints(mTmpPoint);