Searched refs:upX (Results 1 – 1 of 1) sorted by relevance
101 private void swipe(int downX, int downY, int upX, int upY, int steps, int button) { in swipe() argument110 xStep = ((double)(upX - downX)) / swipeSteps; in swipe()123 touchUp(upX, upY); in swipe()