Searched refs:mIsLineStart (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | MotionEventInjectorTest.java | 125 Matcher<MotionEvent> mIsLineStart; field in MotionEventInjectorTest 161 mIsLineStart = allOf(IS_ACTION_DOWN, isAtPoint(LINE_START), hasStandardInitialization(), in setUp() 187 verify(next).onMotionEvent(argThat(mIsLineStart), argThat(mIsLineStart), in testInjectEvents_shouldEmergeInOrderWithCorrectTiming() 258 argThat(mIsLineStart), argThat(mIsLineStart), eq(FLAG_PASS_TO_USER)); in testInjectEvents_withRealGestureUnderway_shouldCancelRealAndPassInjected() 273 assertThat(mCaptor1.getAllValues().get(1), mIsLineStart); in testInjectEvents_withRealMouseGestureUnderway_shouldContinueRealAndPassInjected() 291 argThat(mIsLineStart), argThat(mIsLineStart), eq(FLAG_PASS_TO_USER)); in testInjectEvents_withRealGestureFinished_shouldJustPassInjected() 303 assertThat(mCaptor1.getAllValues().get(0), mIsLineStart); in testOnMotionEvents_openInjectedGestureInProgress_shouldCancelAndNotifyAndPassReal() 320 assertThat(mCaptor1.getAllValues().get(0), mIsLineStart); in testOnMotionEvents_fromMouseWithInjectedGestureInProgress_shouldNotCancelAndPassReal() 347 assertThat(mCaptor1.getAllValues().get(0), mIsLineStart); in testOnMotionEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassReal() 367 assertThat(mCaptor1.getAllValues().get(0), mIsLineStart); in testInjectEvents_openInjectedGestureInProgress_shouldCancelAndNotifyAndPassNew() [all …]
|