Home
last modified time | relevance | path

Searched defs:downY (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DBaseRecyclerViewFastScrollBar.java191 public void handleTouchEvent(MotionEvent ev, int downX, int downY, int lastY) { in handleTouchEvent()
234 private void calcTouchOffsetAndPrepToFastScroll(int downY, int lastY) { in calcTouchOffsetAndPrepToFastScroll()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DGestureBot.java101 private void swipe(int downX, int downY, int upX, int upY, int steps, int button) { in swipe()