Searched defs:getInteractionController (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiAutomatorBridge.java53 InteractionController getInteractionController() { method in class:UiAutomatorBridge
H A DUiObject.java109 InteractionController getInteractionController() { method in class:UiObject
110 return UiDevice.getInstance().getAutomatorBridge().getInteractionController();
198 return getInteractionController().swipe(srcRect.centerX(), srcRect.centerY(),
217 return getInteractionController().swipe(srcRect.centerX(), srcRect.centerY(), destX, destY,
242 return getInteractionController().swipe(rect.centerX(),
270 return getInteractionController().swipe(rect.centerX(),
298 return getInteractionController().swipe(rect.right - SWIPE_MARGIN_LIMIT,
325 return getInteractionController().swipe(rect.left + SWIPE_MARGIN_LIMIT,
399 return getInteractionController().clickAndSync(rect.centerX(), rect.centerY(),
439 return getInteractionController()
[all...]

Completed in 64 milliseconds