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.java376 MotionEventInjector motionEventInjector = in sendGesture() local
378 if (motionEventInjector != null) { in sendGesture()
379 motionEventInjector.injectEvents( in sendGesture()
DAccessibilityManagerService.java1001 void setMotionEventInjector(MotionEventInjector motionEventInjector) { in setMotionEventInjector() argument
1003 mMotionEventInjector = motionEventInjector; in setMotionEventInjector()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java756 private EventStreamTransformation attachMockNext(MotionEventInjector motionEventInjector) { in attachMockNext() argument
758 motionEventInjector.setNext(next); in attachMockNext()