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

/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
H A DViewActions.java52 public static ViewAction click() { method in class:ViewActions
57 * Returns an action that performs a single click on the view.
59 * If the click takes longer than the 'long press' duration (which is possible) the provided
60 * rollback action is invoked on the view and a click is attempted again.
75 public static ViewAction click(ViewAction rollbackAction) { method in class:ViewActions
/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
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSTile.java105 public void click() { method in class:QSTile

Completed in 441 milliseconds