Searched defs:touchUp (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DInteractionController.java220 if (touchUp(x, y))
277 touchUp(x, y);
297 if(touchUp(x, y)) {
315 private boolean touchUp(int x, int y) { method in class:InteractionController
317 Log.d(LOG_TAG, "touchUp (" + x + ", " + y + ")");
467 ret &= touchUp(upX, upY);
512 ret &= touchUp(segments[segments.length - 1].x, segments[segments.length -1].y);
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java539 touchUp(event, false);
546 touchUp(event, true);
685 private void touchUp(MotionEvent event, boolean cancel) { method in class:GestureOverlayView

Completed in 126 milliseconds