Home
last modified time | relevance | path

Searched refs:INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputShellCommand.java114 InputManager.INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH); in injectKeyEvent()
183 InputManager.INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH); in injectMotionEvent()
/aosp14/frameworks/base/core/java/android/app/
H A DInstrumentation.java1135 InputManager.INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH); in sendKeySync()
1234 event, InputManager.INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH, Process.myUid()); in syncInputTransactionsAndInjectEventIntoSelf()
1264 InputManager.INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH); in sendTrackballEventSync()
H A DUiAutomationConnection.java166 sync ? InputManager.INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH in injectInputEvent()
/aosp14/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java187 public static final int INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH = field in InputManager