Searched refs:injectUpEvent (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/util/ |
D | StretchEdgeUtil.kt | 139 injectUpEvent( in dragAndHoldExecute() 237 injectUpEvent(uiAutomation, downTime, downTime + dragDurationMs, dragEndX, dragEndY) in emulateDragGesture() 281 fun injectUpEvent( in injectUpEvent() method
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | CtsTouchUtils.java | 120 injectUpEvent(instrumentation, downTime, /* useCurrentEventTime= */ false, in emulateTapOnView() 166 injectUpEvent(instrumentation, downTime, false, xOnScreen, yOnScreen, null); in emulateDoubleTapOnView() 169 injectUpEvent(instrumentation, downTime, false, xOnScreen, yOnScreen, null); in emulateDoubleTapOnView() 254 injectUpEvent(instrumentation, downTime, true, dragStartX + dragAmountX, in emulateDragGesture() 352 injectUpEvent(instrumentation, in emulateDragGesture() 497 public void injectUpEvent(Instrumentation instrumentation, long downTime, in injectUpEvent() method in CtsTouchUtils 779 injectUpEvent(instrumentation, downTime, false, xOnScreen, yOnScreen, null); in emulateLongPressOnScreen()
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | CtsWindowInfoUtils.java | 586 ctsTouchUtils.injectUpEvent(instrumentation, downTime, false, coord.x, coord.y, null); in sendTap()
|
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/ |
D | SurfaceControlViewHostTests.java | 1605 mCtsTouchUtils.injectUpEvent(mInstrumentation, downTime, false, injectedX, injectedY, null); in testEmbeddedWindowCanTransferTouchGestureToHost()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ListViewTest.java | 1591 StretchEdgeUtil.injectUpEvent( in executeWhileDragging()
|