Searched refs:touchDown (Results 1 – 3 of 3) sorted by relevance
73 touchDown(); in testPass_uncovered()80 touchDown(); in testPass_mostlyUncovered()89 touchDown(); in testPass_quickSettings()99 touchDown(); in testFail_covered()108 touchDown(); in testFail_mostlyCovered()119 touchDown(); in testPass_coveredWithLongSwipe()127 private void touchDown() { in touchDown() method in ProximityClassifierTest
216 if (touchDown(x, y)) { in clickNoSync()273 if(touchDown(x, y)) { in clickRunnable()293 if (touchDown(x, y)) {302 private boolean touchDown(int x, int y) {450 ret = touchDown(downX, downY);490 ret = touchDown(segments[0].x, segments[0].y);
525 touchDown(event); in processEvent()555 private void touchDown(MotionEvent event) { in touchDown() method in GestureOverlayView