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

/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DInteractionController.java153 return clickAndWaitForEvents(x, y, timeout, false, eventType);
167 public boolean clickAndWaitForEvents(final int x, final int y, long timeout, method in class:InteractionController
169 String logString = String.format("clickAndWaitForEvents(%d, %d, %d, %s, %d)", x, y, timeout,
318 return (clickAndWaitForEvents(x, y, timeout, true,
H A DUiObject.java303 return getInteractionController().clickAndWaitForEvents(rect.centerX(), rect.centerY(),

Completed in 2056 milliseconds