Searched refs:moveX (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/util/ |
D | StretchEdgeUtil.kt | 253 val moveX = dragStartX + (dragAmountX * 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 | 406 final int moveX = dragStartX + dragAmountX * (i + 1) / moveEventCount; in injectMoveEventsForDrag() local 421 downTime, eventTime, MotionEvent.ACTION_MOVE, moveX, moveY, 1); in injectMoveEventsForDrag() 423 xCoordsForListener[0] = moveX; in injectMoveEventsForDrag() 429 final int deltaMoveX = moveX - prevMoveX; in injectMoveEventsForDrag()
|