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.java62 public interface EventInjectionListener { interface in CtsTouchUtils
220 @Nullable EventInjectionListener eventInjectionListener) { in emulateDragGesture()
243 boolean waitForAnimations, @Nullable EventInjectionListener eventInjectionListener) { in emulateDragGesture()
381 int yOnScreen, @Nullable EventInjectionListener eventInjectionListener) { in injectDownEvent()
409 EventInjectionListener eventInjectionListener) { in injectMoveEventsForDrag()
499 EventInjectionListener eventInjectionListener) { in injectUpEvent()
544 EventInjectionListener eventInjectionListener) { in emulateFlingGesture()
562 boolean waitForAnimations, EventInjectionListener eventInjectionListener) { in emulateFlingGesture()
/cts/tests/tests/widget/src/android/widget/cts/
DAbsListView_ScrollTest.java47 import com.android.compatibility.common.util.CtsTouchUtils.EventInjectionListener;
606 final EventInjectionListener eventInjectionListener =
607 new EventInjectionListener() {