Searched refs:mSuppMatrix (Results 1 – 2 of 2) sorted by relevance
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
D | ImageViewTouchBase.java | 53 private Matrix mSuppMatrix = new Matrix(); field in ImageViewTouchBase 203 mSuppMatrix.reset(); in setImageBitmapResetBase() 226 mSuppMatrix.postTranslate(dx, dy); in postTranslateCenter() 238 mSuppMatrix.postTranslate(dx, dy); in panBy() 247 return getValue(mSuppMatrix, Matrix.MSCALE_X); in getScale() 254 mSuppMatrix.mapRect(rect); in mapRect() 291 mDisplayMatrix.postConcat(mSuppMatrix); in getImageViewMatrix() 365 mSuppMatrix.postScale(deltaScale, deltaScale, centerX, centerY); in zoomTo() 411 mSuppMatrix.postScale(deltaScale, deltaScale); in zoomToOffset() 434 mSuppMatrix.postScale(rate, rate, cx, cy); in zoomIn() [all …]
|
/packages/apps/Gallery/src/com/android/camera/ |
D | ImageViewTouchBase.java | 48 protected Matrix mSuppMatrix = new Matrix(); field in ImageViewTouchBase 175 mSuppMatrix.reset(); in setImageRotateBitmapResetBase() 255 return getScale(mSuppMatrix); in getScale() 286 mDisplayMatrix.postConcat(mSuppMatrix); in getImageViewMatrix() 315 mSuppMatrix.postScale(deltaScale, deltaScale, centerX, centerY); in zoomTo() 374 mSuppMatrix.postScale(rate, rate, cx, cy); in zoomIn() 387 Matrix tmp = new Matrix(mSuppMatrix); in zoomOut() 391 mSuppMatrix.setScale(1F, 1F, cx, cy); in zoomOut() 393 mSuppMatrix.postScale(1F / rate, 1F / rate, cx, cy); in zoomOut() 400 mSuppMatrix.postTranslate(dx, dy); in postTranslate()
|