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

/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DUiBot.java79 click(notification, "bug report notification");
143 public void click(UiObject uiObject, String description) { method in class:UiBot
145 boolean clicked = uiObject.click();
146 // TODO: assertion below fails sometimes, even though the click succeeded,
148 // assertTrue("could not click on object '" + description + "'", clicked);
166 click(activity, name);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileView.java143 public void init(OnClickListener click, OnClickListener secondaryClick, argument
145 super.init(click, secondaryClick, longClick);
H A DQSTileBaseView.java138 init(v -> tile.click(), v -> tile.secondaryClick(), view -> {
144 public void init(OnClickListener click, OnClickListener secondaryClick, argument
146 setOnClickListener(click);
H A DQSTileImpl.java173 public void click() { method in class:QSTileImpl
258 // Default to normal click.
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiObject.java371 * the click coordinates should be adjusted.
388 * Performs a click at the center of the visible bounds of the UI element represented
395 public boolean click() throws UiObjectNotFoundException { method in class:UiObject
421 * Performs a click at the center of the visible bounds of the UI element represented
424 * This method differ from {@link UiObject#click()} only in that this method waits for a
425 * a new window transition as a result of the click. Some examples of a window transition:
588 * When you call this method, the method first simulates a {@link #click()} on
627 // long click left + center
637 selectAll.click();
H A DUiDevice.java402 * Perform a click at arbitrary coordinates specified by the user
406 * @return true if the click succeeded else false
409 public boolean click(int x, int y) { method in class:UiDevice
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQSTile.java55 void click(); method in interface:QSTile

Completed in 211 milliseconds