Home
last modified time | relevance | path

Searched refs:oldX (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DSlotView.java248 int oldX = mScrollX; in render() local
256 if (oldX > 0 && newX == 0 || oldX < limit && newX == limit) { in render()
DPositionController.java1556 int oldX = mCurrentX; in interpolateFlingPage() local
1560 if (oldX > mBoundLeft && mCurrentX == mBoundLeft) { in interpolateFlingPage()
1563 } else if (oldX < mBoundRight && mCurrentX == mBoundRight) { in interpolateFlingPage()
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java883 final int oldX = lp.x; in animateChildToPosition() local
903 lp.x = oldX; in animateChildToPosition()
907 if (oldX == newX && oldY == newY) { in animateChildToPosition()
920 lp.x = (int) ((1 - r) * oldX + r * newX); in animateChildToPosition()