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

/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DUiObject.java371 return getInteractionController().longTap(rect.right - 5, rect.bottom - 5);
401 return getInteractionController().longTap(rect.centerX(), rect.centerY());
416 return getInteractionController().longTap(rect.left + 5, rect.top + 5);
495 getInteractionController().longTap(rect.left + 20, rect.centerY());
H A DInteractionController.java323 public boolean longTap(int x, int y) { method in class:InteractionController
325 Log.d(LOG_TAG, "longTap (" + x + ", " + y + ")");

Completed in 116 milliseconds