Searched refs:eventDown (Results 1 – 1 of 1) sorted by relevance
242 MotionEvent eventDown = MotionEvent.obtain( in injectDownEvent() local244 eventDown.setSource(InputDevice.SOURCE_TOUCHSCREEN); in injectDownEvent()245 uiAutomation.injectInputEvent(eventDown, true); in injectDownEvent()249 eventDown.recycle(); in injectDownEvent()