Searched refs:eventMove (Results 1 – 3 of 3) sorted by relevance
327 MotionEvent eventMove = MotionEvent.obtain(downTime, downTime, MotionEvent.ACTION_MOVE, in injectMoveEventForTap() local329 eventMove.setSource(InputDevice.SOURCE_TOUCHSCREEN); in injectMoveEventForTap()330 instrumentation.sendPointerSync(eventMove); in injectMoveEventForTap()331 eventMove.recycle(); in injectMoveEventForTap()
230 MotionEvent eventMove = MotionEvent.obtain( in testDismissalViaTouch() local232 instrumentation.sendPointerSync(eventMove); in testDismissalViaTouch()342 MotionEvent eventMove = MotionEvent.obtain( in emulateDragDownGesture() local344 instrumentation.sendPointerSync(eventMove); in emulateDragDownGesture()
411 MotionEvent eventMove = MotionEvent.obtain(413 instrumentation.sendPointerSync(eventMove);