Searched refs:touchUp (Results 1 – 2 of 2) sorted by relevance
220 if (touchUp(x, y)) in clickNoSync()277 touchUp(x, y); in clickRunnable()297 if(touchUp(x, y)) {315 private boolean touchUp(int x, int y) {467 ret &= touchUp(upX, upY);512 ret &= touchUp(segments[segments.length - 1].x, segments[segments.length -1].y);
539 touchUp(event, false); in processEvent()546 touchUp(event, true); in processEvent()685 private void touchUp(MotionEvent event, boolean cancel) { in touchUp() method in GestureOverlayView