Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java118 MotionEvent mClickDownEvent; field in MotionEventInjectorTest
151 mClickDownEvent = MotionEvent.obtain(0, 0, ACTION_DOWN, CLICK_POINT.x, CLICK_POINT.y, 0); in setUp()
152 mClickDownEvent.setSource(InputDevice.SOURCE_TOUCHSCREEN); in setUp()
241 mMotionEventInjector.onMotionEvent(mClickDownEvent, mClickDownEvent, 0); in testRegularEvent_afterGestureComplete_shouldPassToNext()
248 mMotionEventInjector.onMotionEvent(mClickDownEvent, mClickDownEvent, 0); in testInjectEvents_withRealGestureUnderway_shouldCancelRealAndPassInjected()
264 MotionEvent mouseEvent = MotionEvent.obtain(mClickDownEvent); in testInjectEvents_withRealMouseGestureUnderway_shouldContinueRealAndPassInjected()
279 mMotionEventInjector.onMotionEvent(mClickDownEvent, mClickDownEvent, 0); in testInjectEvents_withRealGestureFinished_shouldJustPassInjected()
300 mMotionEventInjector.onMotionEvent(mClickDownEvent, mClickDownEvent, 0); in testOnMotionEvents_openInjectedGestureInProgress_shouldCancelAndNotifyAndPassReal()
344 mMotionEventInjector.onMotionEvent(mClickDownEvent, mClickDownEvent, 0); in testOnMotionEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassReal()
624 mMotionEventInjector.onMotionEvent(mClickDownEvent, mClickDownEvent, 0); in testContinuedGesture_realGestureArrivesInBetween_getsCanceled()
[all …]