Searched refs:motionEventInjector (Results 1 – 3 of 3) sorted by relevance
552 MotionEventInjector motionEventInjector = in dispatchGesture() local557 if (motionEventInjector != null in dispatchGesture()559 motionEventInjector.injectEvents( in dispatchGesture()
1865 MotionEventInjector motionEventInjector = null; in getMotionEventInjectorForDisplayLocked() local1876 motionEventInjector = mMotionEventInjectors.get(displayId); in getMotionEventInjectorForDisplayLocked()1878 return motionEventInjector; in getMotionEventInjectorForDisplayLocked()
779 private EventStreamTransformation attachMockNext(MotionEventInjector motionEventInjector) { in attachMockNext() argument781 motionEventInjector.setNext(next); in attachMockNext()