Home
last modified time | relevance | path

Searched refs:clickNoSync (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiObject.java460 return getInteractionController().clickNoSync(rect.left + 5, rect.top + 5); in clickTopLeft()
494 return getInteractionController().clickNoSync(rect.right - 5, rect.bottom - 5); in clickBottomRight()
DUiDevice.java414 return getAutomatorBridge().getInteractionController().clickNoSync(x, y); in click()
DInteractionController.java213 public boolean clickNoSync(int x, int y) { in clickNoSync() method in InteractionController