Searched refs:mThisHeight (Results 1 – 2 of 2) sorted by relevance
60 int mThisWidth = -1, mThisHeight = -1; field in ImageViewTouchBase81 mThisHeight = bottom - top; in onLayout()302 float fh = (float) mBitmapDisplayed.getHeight() / (float) mThisHeight; in maxZoom()
66 private int mThisWidth = -1, mThisHeight = -1; field in ImageViewTouchBase121 mThisHeight = bottom - top; in onLayout()315 final float fh = (float)mBitmapDisplayed.getHeight() / mThisHeight; in maxZoom()