Home
last modified time | relevance | path

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

/packages/apps/Gallery/src/com/android/camera/
DImageViewTouchBase.java88 getProperBaseMatrix(mBitmapDisplayed, mBaseMatrix); in onLayout()
167 getProperBaseMatrix(bitmap, mBaseMatrix); in setImageRotateBitmapResetBase()
259 private void getProperBaseMatrix(RotateBitmap bitmap, Matrix matrix) { in getProperBaseMatrix() method in ImageViewTouchBase
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
DImageViewTouchBase.java128 getProperBaseMatrix(mBitmapDisplayed, mBaseMatrix); in onLayout()
195 getProperBaseMatrix(bitmap, mBaseMatrix); in setImageBitmapResetBase()
263 private void getProperBaseMatrix(Bitmap bitmap, Matrix matrix) { in getProperBaseMatrix() method in ImageViewTouchBase