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.java41 public interface EventInjectionListener { interface in CtsTouchUtils
232 @Nullable EventInjectionListener eventInjectionListener) { in emulateDragGesture()
254 boolean waitForAnimations, @Nullable EventInjectionListener eventInjectionListener) { in emulateDragGesture()
352 int yOnScreen, @Nullable EventInjectionListener eventInjectionListener) { in injectDownEvent()
370 @Nullable EventInjectionListener eventInjectionListener) { in injectDownEvent()
394 EventInjectionListener eventInjectionListener) { in injectMoveEventsForDrag()
479 EventInjectionListener eventInjectionListener) { in injectUpEvent()
498 boolean waitForAnimations, EventInjectionListener eventInjectionListener) { in injectUpEvent()
537 EventInjectionListener eventInjectionListener) { in emulateFlingGesture()
555 boolean waitForAnimations, EventInjectionListener eventInjectionListener) { in emulateFlingGesture()
/cts/tests/tests/widget/src/android/widget/cts/
DAbsListView_ScrollTest.java45 import com.android.compatibility.common.util.CtsTouchUtils.EventInjectionListener;
597 final EventInjectionListener eventInjectionListener =
598 new EventInjectionListener() {