Searched defs:motionEventInjector (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DMotionEventInjectorTest.java735 private EventStreamTransformation attachMockNext(MotionEventInjector motionEventInjector) { argument
737 motionEventInjector.setNext(next);
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java944 * Called by AccessibilityInputFilter when it creates or destroys the motionEventInjector.
947 * @param motionEventInjector The new value of the motionEventInjector. May be null.
949 void setMotionEventInjector(MotionEventInjector motionEventInjector) { argument
951 mMotionEventInjector = motionEventInjector;

Completed in 109 milliseconds