Searched defs:mImageW (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPositionController.java273 b.mImageW = s.width;
304 if (width == b.mImageW && height == b.mImageH) {
316 ? (float) b.mImageW / width
319 b.mImageW = width;
353 b.mCurrentScale = Math.max(r.width() / (float) b.mImageW,
425 return (int) ((mViewW - getMinimalScale(b) * b.mImageW) / 2 + 0.5f);
829 return (int) (b.mImageW * b.mCurrentScale + 0.5f);
839 return (int) (b.mImageW * scale + 0.5f);
939 b.mImageW = mViewW;
957 b.mImageW
1597 public int mImageW, mImageH; field in class:PositionController.Box
[all...]

Completed in 13 milliseconds