HomeSort by relevance Sort by last modified time
    Searched refs:mSuppMatrix (Results 1 - 2 of 2) sorted by null

  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ImageViewTouchBase.java 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)
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ImageViewTouchBase.java 48 protected Matrix mSuppMatrix = new Matrix();
175 mSuppMatrix.reset();
255 return getScale(mSuppMatrix);
286 mDisplayMatrix.postConcat(mSuppMatrix);
315 mSuppMatrix.postScale(deltaScale, deltaScale, centerX, centerY);
374 mSuppMatrix.postScale(rate, rate, cx, cy);
387 Matrix tmp = new Matrix(mSuppMatrix);
391 mSuppMatrix.setScale(1F, 1F, cx, cy);
393 mSuppMatrix.postScale(1F / rate, 1F / rate, cx, cy);
400 mSuppMatrix.postTranslate(dx, dy)
    [all...]

Completed in 26 milliseconds