Searched refs:INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/cmds/input/src/com/android/commands/input/
H A DInput.java273 InputManager.INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH);
310 InputManager.INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH);
/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java187 public static final int INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH = 2; // see InputDispatcher.h field in class:InputManager
909 * {@link #INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH}.
919 && mode != INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH
/frameworks/base/core/java/android/app/
H A DUiAutomationConnection.java122 final int mode = (sync) ? InputManager.INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH
H A DInstrumentation.java1007 InputManager.INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH);
1050 InputManager.INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH);
1070 InputManager.INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH);
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java608 && mode != InputManager.INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH

Completed in 165 milliseconds