Home
last modified time | relevance | path

Searched refs:mThisWidth (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
80 mThisWidth = right - left; in onLayout()
301 float fw = (float) mBitmapDisplayed.getWidth() / (float) mThisWidth; in maxZoom()