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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java792 * Called by AccessibilityInputFilter when it creates or destroys the motionEventInjector.
795 * @param motionEventInjector The new value of the motionEventInjector. May be null.
797 void setMotionEventInjector(MotionEventInjector motionEventInjector) { argument
799 mMotionEventInjector = motionEventInjector;

Completed in 33 milliseconds