Searched refs:mFromY (Results 1 – 1 of 1) sorted by relevance
1440 public int mCurrentY, mFromY, mToY, mDefaultY; field in PositionController.Platform1506 mFromY = mCurrentY; in doAnimation()1582 mCurrentY = (int) (mFromY + progress * (mToY - mFromY)); in interpolateLinear()1611 public int mCurrentY, mFromY, mToY; field in PositionController.Box1670 mFromY = mCurrentY; in doAnimation()1721 mCurrentY = (int) (mFromY + progress * (mToY - mFromY)); in interpolateLinear()