Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPositionController.java116 private int mViewH = 1200; field in PositionController
234 if (viewW == mViewW && viewH == mViewH) return; in setViewSize()
239 mViewH = viewH; in setViewSize()
352 b.mCurrentY = r.centerY() - mViewH / 2; in startOpeningAnimationIfNeeded()
477 tapY -= mViewH / 2; in zoomIn()
502 focusY -= mViewH / 2; in beginScale()
517 focusY -= mViewH / 2; in scaleBy()
722 targetY = -mViewH / 2 - (h + 1) / 2 - FUZZY; in flingFilmY()
724 targetY = (mViewH + 1) / 2 + h / 2 + FUZZY; in flingFilmY()
897 int y = b.mCurrentY + mPlatform.mCurrentY + mViewH / 2; in convertBoxToRect()
[all …]