Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/orientation/
DLandscapePagedViewHandler.kt78 val oldY = velocity.y in getPrimaryValue() constant
79 velocity.set(-oldY, oldX) in getPrimaryValue()
/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.java1080 final int oldY = lp.y; in animateChildToPosition() local
1093 lp.y = oldY; in animateChildToPosition()
1101 final float finalPreviewOffsetY = newY - oldY; in animateChildToPosition()