Home
last modified time | relevance | path

Searched refs:eventMove (Results 1 – 2 of 2) sorted by relevance

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsTouchUtils.java433 MotionEvent eventMove = MotionEvent.obtain(downTime, downTime, MotionEvent.ACTION_MOVE, in injectMoveEventForTap() local
435 eventMove.setSource(InputDevice.SOURCE_TOUCHSCREEN); in injectMoveEventForTap()
436 uiAutomation.injectInputEvent(eventMove, true); in injectMoveEventForTap()
437 eventMove.recycle(); in injectMoveEventForTap()
467 MotionEvent eventMove = null; in injectMoveEventsForDrag() local
469 eventMove = MotionEvent.obtain( in injectMoveEventsForDrag()
489 eventMove = MotionEvent.obtain(downTime, stepEventTime, in injectMoveEventsForDrag()
493 eventMove.addBatch(stepEventTime, stepMoveX, stepMoveY, 1.0f, 1.0f, 1); in injectMoveEventsForDrag()
502 eventMove.setSource(InputDevice.SOURCE_TOUCHSCREEN); in injectMoveEventsForDrag()
503 uiAutomation.injectInputEvent(eventMove, true, waitForAnimations); in injectMoveEventsForDrag()
[all …]
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInputTests.java759 final MotionEvent eventMove = MotionEvent.obtain( in testInjectFromThread() local
762 mInstrumentation.sendPointerSync(eventMove); in testInjectFromThread()