Searched refs:LINE_SEQUENCE (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | MotionEventInjectorTest.java | 97 private static final int LINE_SEQUENCE = 50; field in MotionEventInjectorTest 200 injectEventsSync(mLineList, mServiceInterface, LINE_SEQUENCE); in testInjectEvents_shouldEmergeInOrderWithCorrectTiming() 225 verify(mServiceInterface).onPerformGestureResult(LINE_SEQUENCE, true); in testInjectEvents_shouldEmergeInOrderWithCorrectTiming() 256 injectEventsSync(mLineList, mServiceInterface, LINE_SEQUENCE); in testRegularEvent_afterGestureComplete_shouldPassToNext() 268 injectEventsSync(mLineList, mServiceInterface, LINE_SEQUENCE); in testInjectEvents_withRealGestureUnderway_shouldCancelRealAndPassInjected() 288 injectEventsSync(mLineList, mServiceInterface, LINE_SEQUENCE); in testInjectEvents_withRealMouseGestureUnderway_shouldContinueRealAndPassInjected() 302 injectEventsSync(mLineList, mServiceInterface, LINE_SEQUENCE); in testInjectEvents_withRealGestureFinished_shouldJustPassInjected() 320 injectEventsSync(mLineList, mServiceInterface, LINE_SEQUENCE); in testOnMotionEvents_openInjectedGestureInProgress_shouldCancelAndNotifyAndPassReal() 328 verify(mServiceInterface).onPerformGestureResult(LINE_SEQUENCE, false); in testOnMotionEvents_openInjectedGestureInProgress_shouldCancelAndNotifyAndPassReal() 336 injectEventsSync(mLineList, mServiceInterface, LINE_SEQUENCE); in testOnMotionEvents_fromMouseWithInjectedGestureInProgress_shouldNotCancelAndPassReal() [all …]
|