Home | History | Annotate | Download | only in ui

Lines Matching refs:mToY

442             mPlatform.mCurrentY = mPlatform.mToY;
448 b.mCurrentY = b.mToY;
1440 public int mCurrentY, mFromY, mToY, mDefaultY;
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;
1672 mToY = targetY;
1717 mCurrentY = mToY;
1721 mCurrentY = (int) (mFromY + progress * (mToY - mFromY));
1728 return (mCurrentY == mToY && mCurrentScale == mToScale);