Searched refs:downY (Results 1 – 2 of 2) sorted by relevance
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/ |
D | GestureBot.java | 101 private void swipe(int downX, int downY, int upX, int upY, int steps, int button) { in swipe() argument 111 yStep = ((double)(upY - downY)) / swipeSteps; in swipe() 114 touchDown(downX, downY, button); in swipe() 116 touchMove(downX + (int)(xStep * i), downY + (int)(yStep * i), button); in swipe()
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | RecyclerViewFastScroller.java | 257 private void calcTouchOffsetAndPrepToFastScroll(int downY, int lastY) { in calcTouchOffsetAndPrepToFastScroll() argument 263 mTouchOffsetY += (lastY - downY); in calcTouchOffsetAndPrepToFastScroll()
|