Searched refs:mToY (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPositionController.java442 mPlatform.mCurrentY = mPlatform.mToY;
448 b.mCurrentY = b.mToY;
1440 public int mCurrentY, mFromY, mToY, mDefaultY; field in class:PositionController.Platform
1508 mToY = targetY;
1575 mCurrentY = mToY;
1582 mCurrentY = (int) (mFromY + progress * (mToY - mFromY));
1586 return (mCurrentX == mToX && mCurrentY == mToY);
1611 public int mCurrentY, mFromY, mToY; field in class:PositionController.Box
1672 mToY = targetY;
1717 mCurrentY = mToY;
[all...]

Completed in 38 milliseconds