Searched refs:eventDown (Results 1 – 2 of 2) sorted by relevance
420 MotionEvent eventDown = MotionEvent.obtain( in injectDownEvent() local422 eventDown.setSource(InputDevice.SOURCE_TOUCHSCREEN); in injectDownEvent()423 uiAutomation.injectInputEvent(eventDown, true, waitForAnimations); in injectDownEvent()427 eventDown.recycle(); in injectDownEvent()
749 final MotionEvent eventDown = MotionEvent.obtain( in testInjectFromThread() local751 mInstrumentation.sendPointerSync(eventDown); in testInjectFromThread()756 mInstrumentation.sendPointerSync(eventDown); in testInjectFromThread()