Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityServiceConnection.java552 MotionEventInjector motionEventInjector = in dispatchGesture() local
557 if (motionEventInjector != null in dispatchGesture()
559 motionEventInjector.injectEvents( in dispatchGesture()
DAccessibilityManagerService.java1865 MotionEventInjector motionEventInjector = null; in getMotionEventInjectorForDisplayLocked() local
1876 motionEventInjector = mMotionEventInjectors.get(displayId); in getMotionEventInjectorForDisplayLocked()
1878 return motionEventInjector; in getMotionEventInjectorForDisplayLocked()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java779 private EventStreamTransformation attachMockNext(MotionEventInjector motionEventInjector) { in attachMockNext() argument
781 motionEventInjector.setNext(next); in attachMockNext()