Home
last modified time | relevance | path

Searched refs:mThisHeight (Results 1 – 1 of 1) 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()