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

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DInteractionController.java216 if (touchDown(x, y)) {
273 if(touchDown(x, y)) {
293 if (touchDown(x, y)) {
302 private boolean touchDown(int x, int y) { method in class:InteractionController
304 Log.d(LOG_TAG, "touchDown (" + x + ", " + y + ")");
450 ret = touchDown(downX, downY);
490 ret = touchDown(segments[0].x, segments[0].y);
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java525 touchDown(event);
555 private void touchDown(MotionEvent event) { method in class:GestureOverlayView

Completed in 100 milliseconds