Home
last modified time | relevance | path

Searched refs:injectDownEvent (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/util/
DStretchEdgeUtil.kt130 injectDownEvent( in dragAndHoldExecute()
230 injectDownEvent(uiAutomation, downTime, dragStartX, dragStartY) in emulateDragGesture()
297 fun injectDownEvent( in injectUpEvent() method
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsTouchUtils.java117 injectDownEvent(instrumentation, downTime, xOnScreen, yOnScreen, in emulateTapOnView()
164 injectDownEvent(instrumentation, downTime, xOnScreen, yOnScreen, null); in emulateDoubleTapOnView()
167 injectDownEvent(instrumentation, downTime, xOnScreen, yOnScreen, null); in emulateDoubleTapOnView()
246 injectDownEvent(instrumentation, downTime, dragStartX, dragStartY, in emulateDragGesture()
334 injectDownEvent(instrumentation, downTime, coordinates.get(0).x, coordinates.get(0).y, in emulateDragGesture()
380 public long injectDownEvent(Instrumentation instrumentation, long downTime, int xOnScreen, in injectDownEvent() method in CtsTouchUtils
775 injectDownEvent(instrumentation, downTime, xOnScreen, yOnScreen, null); in emulateLongPressOnScreen()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DCtsWindowInfoUtils.java584 ctsTouchUtils.injectDownEvent(instrumentation, downTime, coord.x, coord.y, in sendTap()
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceControlViewHostTests.java1595 mCtsTouchUtils.injectDownEvent(mInstrumentation, downTime, injectedX, injectedY, null); in testEmbeddedWindowCanTransferTouchGestureToHost()
/cts/tests/tests/widget/src/android/widget/cts/
DListViewTest.java1558 StretchEdgeUtil.injectDownEvent(uiAutomation, downTime, screenX, screenY); in executeWhileDragging()