Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPositionController.java121 private float mFocusX, mFocusY; field in PositionController
335 mFocusX /= ratio; in setBoxSize()
506 mFocusX = (int) ((focusX - p.mCurrentX) / b.mCurrentScale + 0.5f); in beginScale()
527 int x = mFilmMode ? p.mCurrentX : (int) (focusX - s * mFocusX + 0.5f); in scaleBy()
1475 x += (int) (mFocusX * scaleDiff + 0.5f); in startSnapback()