Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsTouchUtils.java420 MotionEvent eventDown = MotionEvent.obtain( in injectDownEvent() local
422 eventDown.setSource(InputDevice.SOURCE_TOUCHSCREEN); in injectDownEvent()
423 uiAutomation.injectInputEvent(eventDown, true, waitForAnimations); in injectDownEvent()
427 eventDown.recycle(); in injectDownEvent()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInputTests.java749 final MotionEvent eventDown = MotionEvent.obtain( in testInjectFromThread() local
751 mInstrumentation.sendPointerSync(eventDown); in testInjectFromThread()
756 mInstrumentation.sendPointerSync(eventDown); in testInjectFromThread()