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

/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiObject.java364 * the click coordinates should be adjusted.
381 * Performs a click at the center of the visible bounds of the UI element represented
388 public boolean click() throws UiObjectNotFoundException { method in class:UiObject
414 * Performs a click at the center of the visible bounds of the UI element represented
417 * This method differ from {@link UiObject#click()} only in that this method waits for a
418 * a new window transition as a result of the click. Some examples of a window transition:
581 * When you call this method, the method first simulates a {@link #click()} on
620 // long click left + center
630 selectAll.click();
H A DUiDevice.java399 * Perform a click at arbitrary coordinates specified by the user
403 * @return true if the click succeeded else false
406 public boolean click(int x, int y) { method in class:UiDevice

Completed in 334 milliseconds