Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java140 Matcher<MotionEvent> mIsLineEnd; field in MotionEventInjectorTest
183 mIsLineEnd = allOf(IS_ACTION_UP, isAtPoint(LINE_END), hasStandardInitialization(), in setUp()
221 verify(next).onMotionEvent(argThat(allOf(mIsLineEnd, hasRightDownTime)), in testInjectEvents_shouldEmergeInOrderWithCorrectTiming()
222 argThat(allOf(mIsLineEnd, hasRightDownTime)), eq(expectedFlags)); in testInjectEvents_shouldEmergeInOrderWithCorrectTiming()
344 assertThat(mCaptor1.getAllValues().get(2), mIsLineEnd); in testOnMotionEvents_fromMouseWithInjectedGestureInProgress_shouldNotCancelAndPassReal()
371 assertThat(mCaptor1.getAllValues().get(2), mIsLineEnd); in testOnMotionEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassReal()
418 assertThat(mCaptor1.getAllValues().get(2), mIsLineEnd); in testInjectEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassNew()