Searched refs:motionEventInjector (Results 1 – 3 of 3) sorted by relevance
376 MotionEventInjector motionEventInjector = in sendGesture() local378 if (motionEventInjector != null) { in sendGesture()379 motionEventInjector.injectEvents( in sendGesture()
1001 void setMotionEventInjector(MotionEventInjector motionEventInjector) { in setMotionEventInjector() argument1003 mMotionEventInjector = motionEventInjector; in setMotionEventInjector()
756 private EventStreamTransformation attachMockNext(MotionEventInjector motionEventInjector) { in attachMockNext() argument758 motionEventInjector.setNext(next); in attachMockNext()