Home | History | Annotate | Download | only in widgets

Lines Matching refs:mSuppMatrix

53     private Matrix mSuppMatrix = new Matrix();
203 mSuppMatrix.reset();
226 mSuppMatrix.postTranslate(dx, dy);
238 mSuppMatrix.postTranslate(dx, dy);
247 return getValue(mSuppMatrix, Matrix.MSCALE_X);
254 mSuppMatrix.mapRect(rect);
291 mDisplayMatrix.postConcat(mSuppMatrix);
365 mSuppMatrix.postScale(deltaScale, deltaScale, centerX, centerY);
411 mSuppMatrix.postScale(deltaScale, deltaScale);
434 mSuppMatrix.postScale(rate, rate, cx, cy);
457 Matrix tmp = new Matrix(mSuppMatrix);
461 mSuppMatrix.setScale(1F, 1F, cx, cy);
463 mSuppMatrix.postScale(1F / rate, 1F / rate, cx, cy);
514 mSuppMatrix.postTranslate(deltaX, deltaY);