Searched refs:touchUp (Results 1 - 2 of 2) sorted by relevance

/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DInteractionController.java179 touchUp(x, y);
302 if (touchUp(x, y))
331 if(touchUp(x, y)) {
349 private boolean touchUp(int x, int y) { method in class:InteractionController
351 Log.d(LOG_TAG, "touchUp (" + x + ", " + y + ")");
432 ret &= touchUp(upX, upY);
477 ret &= touchUp(segments[segments.length - 1].x, segments[segments.length -1].y);
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java530 touchUp(event, false);
537 touchUp(event, true);
676 private void touchUp(MotionEvent event, boolean cancel) { method in class:GestureOverlayView

Completed in 482 milliseconds