Searched refs:touchDown (Results 1 – 2 of 2) sorted by relevance
218 if (touchDown(x, y)) { in clickNoSync()275 if(touchDown(x, y)) { in clickRunnable()295 if (touchDown(x, y)) {304 private boolean touchDown(int x, int y) {452 ret = touchDown(downX, downY);492 ret = touchDown(segments[0].x, segments[0].y);
525 touchDown(event); in processEvent()555 private void touchDown(MotionEvent event) { in touchDown() method in GestureOverlayView