Home
last modified time | relevance | path

Searched refs:eventInjectionListener (Results 1 – 2 of 2) sorted by relevance

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsTouchUtils.java220 @Nullable EventInjectionListener eventInjectionListener) { in emulateDragGesture() argument
223 eventInjectionListener); in emulateDragGesture()
243 boolean waitForAnimations, @Nullable EventInjectionListener eventInjectionListener) { in emulateDragGesture() argument
247 eventInjectionListener); in emulateDragGesture()
252 dragDurationMs, waitForAnimations, eventInjectionListener); in emulateDragGesture()
255 dragStartY + dragAmountY, eventInjectionListener); in emulateDragGesture()
381 int yOnScreen, @Nullable EventInjectionListener eventInjectionListener) { in injectDownEvent() argument
388 if (eventInjectionListener != null) { in injectDownEvent()
389 eventInjectionListener.onDownInjected(xOnScreen, yOnScreen); in injectDownEvent()
409 EventInjectionListener eventInjectionListener) { in injectMoveEventsForDrag() argument
[all …]
/cts/tests/tests/widget/src/android/widget/cts/
DAbsListView_ScrollTest.java606 final EventInjectionListener eventInjectionListener =
623 eventInjectionListener);