Searched refs:injectEventsSync (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | MotionEventInjectorTest.java | 182 injectEventsSync(mLineList, mServiceInterface, LINE_SEQUENCE); in testInjectEvents_shouldEmergeInOrderWithCorrectTiming() 230 injectEventsSync(events, mServiceInterface, CLICK_SEQUENCE); in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash() 238 injectEventsSync(mLineList, mServiceInterface, LINE_SEQUENCE); in testRegularEvent_afterGestureComplete_shouldPassToNext() 249 injectEventsSync(mLineList, mServiceInterface, LINE_SEQUENCE); in testInjectEvents_withRealGestureUnderway_shouldCancelRealAndPassInjected() 268 injectEventsSync(mLineList, mServiceInterface, LINE_SEQUENCE); in testInjectEvents_withRealMouseGestureUnderway_shouldContinueRealAndPassInjected() 282 injectEventsSync(mLineList, mServiceInterface, LINE_SEQUENCE); in testInjectEvents_withRealGestureFinished_shouldJustPassInjected() 298 injectEventsSync(mLineList, mServiceInterface, LINE_SEQUENCE); in testOnMotionEvents_openInjectedGestureInProgress_shouldCancelAndNotifyAndPassReal() 314 injectEventsSync(mLineList, mServiceInterface, LINE_SEQUENCE); in testOnMotionEvents_fromMouseWithInjectedGestureInProgress_shouldNotCancelAndPassReal() 337 injectEventsSync(mLineList, mServiceInterface, LINE_SEQUENCE); in testOnMotionEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassReal() 359 injectEventsSync(mLineList, mServiceInterface, LINE_SEQUENCE); in testInjectEvents_openInjectedGestureInProgress_shouldCancelAndNotifyAndPassNew() [all …]
|