Home | History | Annotate | Download | only in animation

Lines Matching defs:mMatrix

46     protected Matrix mMatrix;
63 if (mMatrix == null) {
64 mMatrix = new Matrix();
66 mMatrix.reset();
100 mMatrix.set(t.getMatrix());
111 mMatrix.preConcat(t.getMatrix());
121 mMatrix.postConcat(t.getMatrix());
129 return mMatrix;
169 sb.append(" matrix="); mMatrix.toShortString(sb);
180 mMatrix.printShortString(pw);