Home
last modified time | relevance | path

Searched refs:oldY (Results 1 – 3 of 3) 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.java926 final int oldY = lp.y; in animateChildToPosition() local
946 lp.y = oldY; in animateChildToPosition()
949 if (oldX == newX && oldY == newY) { in animateChildToPosition()
963 lp.y = (int) ((1 - r) * oldY + r * newY); in animateChildToPosition()
/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java1114 final int oldY = lp.y; in animateChildToPosition() local
1133 lp.y = oldY; in animateChildToPosition()
1136 if (oldX == newX && oldY == newY) { in animateChildToPosition()
1150 lp.y = (int) ((1 - r) * oldY + r * newY); in animateChildToPosition()