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.java234 InputManager.INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH);
260 InputManager.INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH);
/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java174 public static final int INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH = 2; // see InputDispatcher.h field in class:InputManager
665 * {@link #INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH}.
675 && mode != INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH
/frameworks/base/core/java/android/app/
H A DUiAutomationConnection.java111 final int mode = (sync) ? InputManager.INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH
H A DInstrumentation.java900 InputManager.INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH);
943 InputManager.INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH);
963 InputManager.INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH);
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java538 && mode != InputManager.INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH

Completed in 3266 milliseconds