Searched refs:InteractionController (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiAutomatorBridge.java43 private final InteractionController mInteractionController;
49 mInteractionController = new InteractionController(this);
53 InteractionController getInteractionController() {
H A DInteractionController.java45 * The InteractionController performs no synchronization. It will fire touch and text input events
49 class InteractionController { class
51 private static final String LOG_TAG = InteractionController.class.getSimpleName();
67 public InteractionController(UiAutomatorBridge bridge) { method in class:InteractionController
H A DUiObject.java104 * Retrieves the {@link InteractionController} to perform finger actions such as tapping,
107 * @return {@link InteractionController}
109 InteractionController getInteractionController() {

Completed in 83 milliseconds