Home | History | Annotate | Download | only in ui

Lines Matching refs:mToX

441             mPlatform.mCurrentX = mPlatform.mToX;
1171 mPlatform.mToX += dx;
1235 && mPlatform.mCurrentX != mPlatform.mToX;
1241 mPlatform.mFromX = mPlatform.mToX = mPlatform.mCurrentX;
1439 public int mCurrentX, mFromX, mToX, mDefaultX;
1507 mToX = targetX;
1574 mCurrentX = mToX;
1581 mCurrentX = (int) (mFromX + progress * (mToX - mFromX));
1586 return (mCurrentX == mToX && mCurrentY == mToY);