Searched refs:touchUp (Results 1 – 3 of 3) sorted by relevance
74 touchUp(10); in testPass_uncovered()83 touchUp(20); in testPass_mostlyUncovered()93 touchUp(10); in testPass_quickSettings()102 touchUp(10); in testFail_covered()113 touchUp(100); in testFail_mostlyCovered()122 touchUp(10); in testPass_coveredWithLongSwipe()133 private void touchUp(long duration) { in touchUp() method in ProximityClassifierTest
218 if (touchUp(x, y)) in clickNoSync()275 touchUp(x, y); in clickRunnable()295 if(touchUp(x, y)) {313 private boolean touchUp(int x, int y) {465 ret &= touchUp(upX, upY);510 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