Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityServiceConnection.java459 MotionEventInjector motionEventInjector = in dispatchGesture() local
464 if (motionEventInjector != null in dispatchGesture()
466 motionEventInjector.injectEvents( in dispatchGesture()
H A DAccessibilityManagerService.java1710 MotionEventInjector motionEventInjector = null; in getMotionEventInjectorForDisplayLocked() local
1721 motionEventInjector = mMotionEventInjectors.get(displayId); in getMotionEventInjectorForDisplayLocked()
1723 return motionEventInjector; in getMotionEventInjectorForDisplayLocked()
/aosp14/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()