Searched refs:mClickDownEvent (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | MotionEventInjectorTest.java | 131 MotionEvent mClickDownEvent; field in MotionEventInjectorTest 165 mClickDownEvent = MotionEvent.obtain(0, 0, ACTION_DOWN, CLICK_POINT.x, CLICK_POINT.y, in setUp() 168 mClickDownEvent.setSource(InputDevice.SOURCE_TOUCHSCREEN); in setUp() 259 mMotionEventInjector.onMotionEvent(mClickDownEvent, mClickDownEvent, 0); in testRegularEvent_afterGestureComplete_shouldPassToNext() 267 mMotionEventInjector.onMotionEvent(mClickDownEvent, mClickDownEvent, 0); in testInjectEvents_withRealGestureUnderway_shouldCancelRealAndPassInjected() 284 MotionEvent mouseEvent = MotionEvent.obtain(mClickDownEvent); in testInjectEvents_withRealMouseGestureUnderway_shouldContinueRealAndPassInjected() 299 mMotionEventInjector.onMotionEvent(mClickDownEvent, mClickDownEvent, 0); in testInjectEvents_withRealGestureFinished_shouldJustPassInjected() 322 mMotionEventInjector.onMotionEvent(mClickDownEvent, mClickDownEvent, 0); in testOnMotionEvents_openInjectedGestureInProgress_shouldCancelAndNotifyAndPassReal() 366 mMotionEventInjector.onMotionEvent(mClickDownEvent, mClickDownEvent, 0); in testOnMotionEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassReal() 646 mMotionEventInjector.onMotionEvent(mClickDownEvent, mClickDownEvent, 0); in testContinuedGesture_realGestureArrivesInBetween_getsCanceled() [all …]
|