Searched refs:getInteractionController (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
D | UiDevice.java | 197 return getAutomatorBridge().getInteractionController().sendKeyAndWaitForEvent( in pressMenu() 210 return getAutomatorBridge().getInteractionController().sendKeyAndWaitForEvent( in pressBack() 223 return getAutomatorBridge().getInteractionController().sendKeyAndWaitForEvent( in pressHome() 318 return getAutomatorBridge().getInteractionController().sendKey(keyCode, 0); in pressKeyCode() 333 return getAutomatorBridge().getInteractionController().sendKey(keyCode, metaState); in pressKeyCode() 346 return getAutomatorBridge().getInteractionController().toggleRecentApps(); in pressRecentApps() 358 return getAutomatorBridge().getInteractionController().openNotification(); in openNotification() 370 return getAutomatorBridge().getInteractionController().openQuickSettings(); in openQuickSettings() 414 return getAutomatorBridge().getInteractionController().clickNoSync(x, y); in click() 432 return getAutomatorBridge().getInteractionController() in swipe() [all …]
|
D | UiObject.java | 112 InteractionController getInteractionController() { in getInteractionController() method in UiObject 113 return UiDevice.getInstance().getAutomatorBridge().getInteractionController(); in getInteractionController() 201 return getInteractionController().swipe(srcRect.centerX(), srcRect.centerY(), in dragTo() 220 return getInteractionController().swipe(srcRect.centerX(), srcRect.centerY(), destX, destY, in dragTo() 245 return getInteractionController().swipe(rect.centerX(), in swipeUp() 273 return getInteractionController().swipe(rect.centerX(), in swipeDown() 301 return getInteractionController().swipe(rect.right - SWIPE_MARGIN_LIMIT, in swipeLeft() 328 return getInteractionController().swipe(rect.left + SWIPE_MARGIN_LIMIT, in swipeRight() 402 return getInteractionController().clickAndSync(rect.centerX(), rect.centerY(), in click() 442 return getInteractionController().clickAndWaitForNewWindow(rect.centerX(), rect.centerY(), in clickAndWaitForNewWindow() [all …]
|
D | UiScrollable.java | 447 return getInteractionController().scrollSwipe(downX, downY, upX, upY, steps); in scrollForward() 528 return getInteractionController().scrollSwipe(downX, downY, upX, upY, steps); in scrollBackward()
|
D | UiAutomatorBridge.java | 53 InteractionController getInteractionController() { in getInteractionController() method in UiAutomatorBridge
|