Searched refs:eventInjectionListener (Results 1 – 2 of 2) sorted by relevance
220 @Nullable EventInjectionListener eventInjectionListener) { in emulateDragGesture() argument223 eventInjectionListener); in emulateDragGesture()243 boolean waitForAnimations, @Nullable EventInjectionListener eventInjectionListener) { in emulateDragGesture() argument247 eventInjectionListener); in emulateDragGesture()252 dragDurationMs, waitForAnimations, eventInjectionListener); in emulateDragGesture()255 dragStartY + dragAmountY, eventInjectionListener); in emulateDragGesture()381 int yOnScreen, @Nullable EventInjectionListener eventInjectionListener) { in injectDownEvent() argument388 if (eventInjectionListener != null) { in injectDownEvent()389 eventInjectionListener.onDownInjected(xOnScreen, yOnScreen); in injectDownEvent()409 EventInjectionListener eventInjectionListener) { in injectMoveEventsForDrag() argument[all …]
606 final EventInjectionListener eventInjectionListener =623 eventInjectionListener);