Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java119 MotionEvent mClickUpEvent; field in MotionEventInjectorTest
153 mClickUpEvent = MotionEvent.obtain(0, CLICK_DURATION, ACTION_UP, CLICK_POINT.x, in setUp()
155 mClickUpEvent.setSource(InputDevice.SOURCE_TOUCHSCREEN); in setUp()
280 mMotionEventInjector.onMotionEvent(mClickUpEvent, mClickUpEvent, 0); in testInjectEvents_withRealGestureFinished_shouldJustPassInjected()