Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsTouchUtils.java397 MotionEvent eventMove = MotionEvent.obtain(downTime, downTime, MotionEvent.ACTION_MOVE, in injectMoveEventForTap() local
438 MotionEvent eventMove = null; in injectMoveEventsForDrag() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/input/
DWindowInputTests.java683 final MotionEvent eventMove = in testInjectFromThread() local