Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityServiceConnection.java406 MotionEventInjector motionEventInjector = in dispatchGesture() local
411 if (motionEventInjector != null in dispatchGesture()
413 motionEventInjector.injectEvents( in dispatchGesture()
H A DAccessibilityManagerService.java1276 MotionEventInjector motionEventInjector = null; in getMotionEventInjectorForDisplayLocked() local
1287 motionEventInjector = mMotionEventInjectors.get(displayId); in getMotionEventInjectorForDisplayLocked()
1289 return motionEventInjector; in getMotionEventInjectorForDisplayLocked()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DMotionEventInjectorTest.java779 private EventStreamTransformation attachMockNext(MotionEventInjector motionEventInjector) { in attachMockNext() argument
781 motionEventInjector.setNext(next); in attachMockNext()