Searched refs:getInteractionController (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiDevice.java197 return getAutomatorBridge().getInteractionController().sendKeyAndWaitForEvent(
210 return getAutomatorBridge().getInteractionController().sendKeyAndWaitForEvent(
223 return getAutomatorBridge().getInteractionController().sendKeyAndWaitForEvent(
318 return getAutomatorBridge().getInteractionController().sendKey(keyCode, 0);
333 return getAutomatorBridge().getInteractionController().sendKey(keyCode, metaState);
346 return getAutomatorBridge().getInteractionController().toggleRecentApps();
358 return getAutomatorBridge().getInteractionController().openNotification();
370 return getAutomatorBridge().getInteractionController().openQuickSettings();
414 return getAutomatorBridge().getInteractionController().clickNoSync(x, y);
432 return getAutomatorBridge().getInteractionController()
[all...]
H A DUiObject.java112 InteractionController getInteractionController() { method in class:UiObject
113 return UiDevice.getInstance().getAutomatorBridge().getInteractionController();
201 return getInteractionController().swipe(srcRect.centerX(), srcRect.centerY(),
220 return getInteractionController().swipe(srcRect.centerX(), srcRect.centerY(), destX, destY,
245 return getInteractionController().swipe(rect.centerX(),
273 return getInteractionController().swipe(rect.centerX(),
301 return getInteractionController().swipe(rect.right - SWIPE_MARGIN_LIMIT,
328 return getInteractionController().swipe(rect.left + SWIPE_MARGIN_LIMIT,
402 return getInteractionController().clickAndSync(rect.centerX(), rect.centerY(),
442 return getInteractionController()
[all...]
H A DUiAutomatorBridge.java53 InteractionController getInteractionController() { method in class:UiAutomatorBridge
H A DUiScrollable.java447 return getInteractionController().scrollSwipe(downX, downY, upX, upY, steps);
528 return getInteractionController().scrollSwipe(downX, downY, upX, upY, steps);

Completed in 97 milliseconds