Searched refs:mBaseMatrix (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery/src/com/android/camera/
H A DImageViewTouchBase.java41 protected Matrix mBaseMatrix = new Matrix(); field in class:ImageViewTouchBase
88 getProperBaseMatrix(mBitmapDisplayed, mBaseMatrix);
167 getProperBaseMatrix(bitmap, mBaseMatrix);
170 mBaseMatrix.reset();
285 mDisplayMatrix.set(mBaseMatrix);
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DImageViewTouchBase.java46 private Matrix mBaseMatrix = new Matrix(); field in class:ImageViewTouchBase
128 getProperBaseMatrix(mBitmapDisplayed, mBaseMatrix);
195 getProperBaseMatrix(bitmap, mBaseMatrix);
198 mBaseMatrix.reset();
290 mDisplayMatrix.set(mBaseMatrix);

Completed in 113 milliseconds