Searched refs:moveY (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/util/ |
D | StretchEdgeUtil.kt | 254 val moveY = dragStartY + (dragAmountY * i / moveEventCount) in injectMoveEventsForDrag() constant 256 injectEvent(uiAutomation, MotionEvent.ACTION_MOVE, downTime, eventTime, moveX, moveY) in injectMoveEventsForDrag()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | CtsTouchUtils.java | 407 final int moveY = dragStartY + dragAmountY * (i + 1) / moveEventCount; in injectMoveEventsForDrag() local 421 downTime, eventTime, MotionEvent.ACTION_MOVE, moveX, moveY, 1); in injectMoveEventsForDrag() 424 yCoordsForListener[0] = moveY; in injectMoveEventsForDrag() 430 final int deltaMoveY = moveY - prevMoveY; in injectMoveEventsForDrag()
|