Searched refs:eventMove (Results 1 – 3 of 3) sorted by relevance
348 MotionEvent eventMove = MotionEvent.obtain(downTime, downTime, MotionEvent.ACTION_MOVE, in injectMoveEventForTap() local350 eventMove.setSource(InputDevice.SOURCE_TOUCHSCREEN); in injectMoveEventForTap()351 instrumentation.sendPointerSync(eventMove); in injectMoveEventForTap()352 eventMove.recycle(); in injectMoveEventForTap()
235 MotionEvent eventMove = MotionEvent.obtain( in testDismissalViaTouch() local237 instrumentation.sendPointerSync(eventMove); in testDismissalViaTouch()388 MotionEvent eventMove = MotionEvent.obtain( in emulateDragDownGesture() local390 instrumentation.sendPointerSync(eventMove); in emulateDragDownGesture()
407 MotionEvent eventMove = MotionEvent.obtain(409 instrumentation.sendPointerSync(eventMove);