Home
last modified time | relevance | path

Searched refs:eventDown (Results 1 – 1 of 1) sorted by relevance

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DCtsTouchUtils.java242 MotionEvent eventDown = MotionEvent.obtain( in injectDownEvent() local
244 eventDown.setSource(InputDevice.SOURCE_TOUCHSCREEN); in injectDownEvent()
245 uiAutomation.injectInputEvent(eventDown, true); in injectDownEvent()
249 eventDown.recycle(); in injectDownEvent()