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

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiObject.java368 * the click coordinates should be adjusted.
385 * Performs a click at the center of the visible bounds of the UI element represented
392 public boolean click() throws UiObjectNotFoundException { method in class:UiObject
418 * Performs a click at the center of the visible bounds of the UI element represented
421 * This method differ from {@link UiObject#click()} only in that this method waits for a
422 * a new window transition as a result of the click. Some examples of a window transition:
585 * When you call this method, the method first simulates a {@link #click()} on
624 // long click left + center
634 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
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSTile.java118 public void click() { method in class:QSTile

Completed in 92 milliseconds