Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMotionEventInjector.java61 private static final int EVENT_SOURCE = InputDevice.SOURCE_TOUCHSCREEN; field in MotionEventInjector
131 && mOpenGesturesInProgress.get(EVENT_SOURCE, false)) { in onMotionEvent()
213 cancelAnyGestureInProgress(EVENT_SOURCE); in injectEventsMainThread()
335 cancelAnyGestureInProgress(EVENT_SOURCE); in cancelAnyPendingInjectedEvents()
343 cancelAnyGestureInProgress(EVENT_SOURCE); in cancelAnyPendingInjectedEvents()
494 EVENT_EDGE_FLAGS, EVENT_SOURCE, EVENT_FLAGS); in obtainMotionEvent()