Searched refs:oldY (Results 1 – 2 of 2) sorted by relevance
1700 int oldY = mCurrentY; in interpolateFlingPage() local1704 if (oldY > mBoundTop && mCurrentY == mBoundTop) { in interpolateFlingPage()1707 } else if (oldY < mBoundBottom && mCurrentY == mBoundBottom) { in interpolateFlingPage()
884 final int oldY = lp.y; in animateChildToPosition() local904 lp.y = oldY; in animateChildToPosition()907 if (oldX == newX && oldY == newY) { in animateChildToPosition()921 lp.y = (int) ((1 - r) * oldY + r * newY); in animateChildToPosition()