Searched refs:clickNoSync (Results 1 – 3 of 3) sorted by relevance
460 return getInteractionController().clickNoSync(rect.left + 5, rect.top + 5); in clickTopLeft()494 return getInteractionController().clickNoSync(rect.right - 5, rect.bottom - 5); in clickBottomRight()
414 return getAutomatorBridge().getInteractionController().clickNoSync(x, y); in click()
215 public boolean clickNoSync(int x, int y) { in clickNoSync() method in InteractionController