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

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DInteractionController.java218 if (touchUp(x, y))
275 touchUp(x, y);
295 if(touchUp(x, y)) {
313 private boolean touchUp(int x, int y) { method in class:InteractionController
315 Log.d(LOG_TAG, "touchUp (" + x + ", " + y + ")");
465 ret &= touchUp(upX, upY);
510 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 82 milliseconds