Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java139 Matcher<MotionEvent> mIsLineMiddle; field in MotionEventInjectorTest
181 mIsLineMiddle = allOf(IS_ACTION_MOVE, isAtPoint(LINE_END), hasStandardInitialization(), in setUp()
213 verify(next).onMotionEvent(argThat(allOf(mIsLineMiddle, hasRightDownTime)), in testInjectEvents_shouldEmergeInOrderWithCorrectTiming()
214 argThat(allOf(mIsLineMiddle, hasRightDownTime)), eq(expectedFlags)); in testInjectEvents_shouldEmergeInOrderWithCorrectTiming()
343 assertThat(mCaptor1.getAllValues().get(1), mIsLineMiddle); in testOnMotionEvents_fromMouseWithInjectedGestureInProgress_shouldNotCancelAndPassReal()
370 assertThat(mCaptor1.getAllValues().get(1), mIsLineMiddle); in testOnMotionEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassReal()
417 assertThat(mCaptor1.getAllValues().get(1), mIsLineMiddle); in testInjectEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassNew()