Home
last modified time | relevance | path

Searched refs:mImageW (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPositionController.java273 b.mImageW = s.width; in forceImageSize()
304 if (width == b.mImageW && height == b.mImageH) { in setBoxSize()
316 ? (float) b.mImageW / width in setBoxSize()
319 b.mImageW = width; in setBoxSize()
353 b.mCurrentScale = Math.max(r.width() / (float) b.mImageW, in startOpeningAnimationIfNeeded()
425 return (int) ((mViewW - getMinimalScale(b) * b.mImageW) / 2 + 0.5f); in gapToSide()
829 return (int) (b.mImageW * b.mCurrentScale + 0.5f); in widthOf()
839 return (int) (b.mImageW * scale + 0.5f); in widthOf()
939 b.mImageW = mViewW; in initBox()
957 b.mImageW = size.width; in initBox()
[all …]