Searched refs:mIsLineStart (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | MotionEventInjectorTest.java | 138 Matcher<MotionEvent> mIsLineStart; field in MotionEventInjectorTest 179 mIsLineStart = allOf(IS_ACTION_DOWN, isAtPoint(LINE_START), hasStandardInitialization(), in setUp() 206 verify(next).onMotionEvent(argThat(mIsLineStart), argThat(mIsLineStart), eq(expectedFlags)); in testInjectEvents_shouldEmergeInOrderWithCorrectTiming() 277 argThat(mIsLineStart), argThat(mIsLineStart), in testInjectEvents_withRealGestureUnderway_shouldCancelRealAndPassInjected() 293 assertThat(mCaptor1.getAllValues().get(1), mIsLineStart); in testInjectEvents_withRealMouseGestureUnderway_shouldContinueRealAndPassInjected() 312 argThat(mIsLineStart), argThat(mIsLineStart), in testInjectEvents_withRealGestureFinished_shouldJustPassInjected() 325 assertThat(mCaptor1.getAllValues().get(0), mIsLineStart); in testOnMotionEvents_openInjectedGestureInProgress_shouldCancelAndNotifyAndPassReal() 342 assertThat(mCaptor1.getAllValues().get(0), mIsLineStart); in testOnMotionEvents_fromMouseWithInjectedGestureInProgress_shouldNotCancelAndPassReal() 369 assertThat(mCaptor1.getAllValues().get(0), mIsLineStart); in testOnMotionEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassReal() 389 assertThat(mCaptor1.getAllValues().get(0), mIsLineStart); in testInjectEvents_openInjectedGestureInProgress_shouldCancelAndNotifyAndPassNew() [all …]
|