Home | History | Annotate | Download | only in animation

Lines Matching refs:mMatrix

48     protected Matrix mMatrix;
68 if (mMatrix == null) {
69 mMatrix = new Matrix();
71 mMatrix.reset();
107 mMatrix.set(t.getMatrix());
124 mMatrix.preConcat(t.getMatrix());
143 mMatrix.postConcat(t.getMatrix());
160 return mMatrix;
233 sb.append(" matrix="); mMatrix.toShortString(sb);
244 mMatrix.printShortString(pw);