HomeSort by relevance Sort by last modified time
    Searched refs:mThisWidth (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery/src/com/android/camera/
ImageViewTouchBase.java 60 int mThisWidth = -1, mThisHeight = -1;
80 mThisWidth = right - left;
301 float fw = (float) mBitmapDisplayed.getWidth() / (float) mThisWidth;
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ImageViewTouchBase.java 66 private int mThisWidth = -1, mThisHeight = -1;
120 mThisWidth = right - left;
314 final float fw = (float)mBitmapDisplayed.getWidth() / mThisWidth;

Completed in 827 milliseconds