Searched refs:mThisWidth (Results 1 – 2 of 2) sorted by relevance
60 int mThisWidth = -1, mThisHeight = -1; field in ImageViewTouchBase80 mThisWidth = right - left; in onLayout()301 float fw = (float) mBitmapDisplayed.getWidth() / (float) mThisWidth; in maxZoom()
66 private int mThisWidth = -1, mThisHeight = -1; field in ImageViewTouchBase120 mThisWidth = right - left; in onLayout()314 final float fw = (float)mBitmapDisplayed.getWidth() / mThisWidth; in maxZoom()