Home
last modified time | relevance | path

Searched refs:mThisWidth (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
80 mThisWidth = right - left; in onLayout()
301 float fw = (float) mBitmapDisplayed.getWidth() / (float) mThisWidth; in maxZoom()
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
DImageViewTouchBase.java66 private int mThisWidth = -1, mThisHeight = -1; field in ImageViewTouchBase
120 mThisWidth = right - left; in onLayout()
314 final float fw = (float)mBitmapDisplayed.getWidth() / mThisWidth; in maxZoom()