Home
last modified time | relevance | path

Searched refs:mSuppMatrix (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery/src/com/android/camera/
DImageViewTouchBase.java48 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()