Home
last modified time | relevance | path

Searched refs:oldY (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPositionController.java1700 int oldY = mCurrentY; in interpolateFlingPage() local
1704 if (oldY > mBoundTop && mCurrentY == mBoundTop) { in interpolateFlingPage()
1707 } else if (oldY < mBoundBottom && mCurrentY == mBoundBottom) { in interpolateFlingPage()
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java884 final int oldY = lp.y; in animateChildToPosition() local
904 lp.y = oldY; in animateChildToPosition()
907 if (oldX == newX && oldY == newY) { in animateChildToPosition()
921 lp.y = (int) ((1 - r) * oldY + r * newY); in animateChildToPosition()