Searched refs:oldY (Results 1 – 3 of 3) sorted by relevance
78 val oldY = velocity.y in getPrimaryValue() constant79 velocity.set(-oldY, oldX) in getPrimaryValue()
1700 int oldY = mCurrentY; in interpolateFlingPage() local1704 if (oldY > mBoundTop && mCurrentY == mBoundTop) { in interpolateFlingPage()1707 } else if (oldY < mBoundBottom && mCurrentY == mBoundBottom) { in interpolateFlingPage()
1080 final int oldY = lp.y; in animateChildToPosition() local1093 lp.y = oldY; in animateChildToPosition()1101 final float finalPreviewOffsetY = newY - oldY; in animateChildToPosition()