Searched refs:sendMove (Results 1 – 5 of 5) sorted by relevance
/cts/hostsidetests/input/app/src/android/input/cts/hostside/app/ |
D | EmulateInputDevice.kt | 93 sendMove(pointerId, pointer) in <lambda>() 151 touchpad.sendMove(0, pointer0) in <lambda>() 153 touchpad.sendMove(1, pointer1) in <lambda>() 200 touchpad.sendMove(i, pointers[i]) in <lambda>()
|
/cts/tests/input/src/android/input/cts/ |
D | SimultaneousTouchAndStylusTest.kt | 157 touchScreen.sendMove(pointerId, leftWindowLocation) in testLeftTouchRightStylusMove() 169 stylus.sendMove(pointerId, rightWindowLocation) in testLeftTouchRightStylusMove() 264 touchScreen.sendMove(pointerId, leftWindowLocation) in testLeftTouchRightStylusHover() 276 stylus.sendMove(pointerId, rightWindowLocation) in testLeftTouchRightStylusHover()
|
D | DrawingTabletTest.kt | 131 drawingTablet.sendMove(pointerId, INJECTION_POINTS[1]) in testHover()
|
/cts/libs/input/src/com/android/cts/input/ |
D | UinputTouchDevice.kt | 93 fun sendMove(id: Int, location: Point) { in sendMove() method 239 sendMove(id, rotateFromScreenToTouchDeviceSpace(x, y, display)) in moveTo()
|
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/ |
D | TestUtils.java | 503 stylus.sendMove(0 /* pointerId */, new Point(x, y)); in injectStylusMoveEvents()
|