Home
last modified time | relevance | path

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

/packages/apps/Gallery/src/com/android/camera/
DImageViewTouchBase.java60 int mThisWidth = -1, mThisHeight = -1; field in ImageViewTouchBase
81 mThisHeight = bottom - top; in onLayout()
302 float fh = (float) mBitmapDisplayed.getHeight() / (float) mThisHeight; in maxZoom()
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
DImageViewTouchBase.java66 private int mThisWidth = -1, mThisHeight = -1; field in ImageViewTouchBase
121 mThisHeight = bottom - top; in onLayout()
315 final float fh = (float)mBitmapDisplayed.getHeight() / mThisHeight; in maxZoom()