Home
last modified time | relevance | path

Searched refs:mIsLineStart (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DMotionEventInjectorTest.java138 Matcher<MotionEvent> mIsLineStart; field in MotionEventInjectorTest
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()
416 assertThat(mCaptor1.getAllValues().get(0), mIsLineStart); in testInjectEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassNew()
[all …]