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

/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DInteractionController.java177 if(touchDown(x, y)) {
300 if (touchDown(x, y)) {
329 if (touchDown(x, y)) {
338 private boolean touchDown(int x, int y) { method in class:InteractionController
340 Log.d(LOG_TAG, "touchDown (" + x + ", " + y + ")");
421 ret = touchDown(downX, downY);
457 ret = touchDown(segments[0].x, segments[0].y);
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java516 touchDown(event);
546 private void touchDown(MotionEvent event) { method in class:GestureOverlayView

Completed in 616 milliseconds