Searched refs:mIsLineMiddle (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | MotionEventInjectorTest.java | 126 Matcher<MotionEvent> mIsLineMiddle; field in MotionEventInjectorTest 163 mIsLineMiddle = allOf(IS_ACTION_MOVE, isAtPoint(LINE_END), hasStandardInitialization(), in setUp() 195 verify(next).onMotionEvent(argThat(allOf(mIsLineMiddle, hasRightDownTime)), in testInjectEvents_shouldEmergeInOrderWithCorrectTiming() 196 argThat(allOf(mIsLineMiddle, hasRightDownTime)), eq(FLAG_PASS_TO_USER)); in testInjectEvents_shouldEmergeInOrderWithCorrectTiming() 321 assertThat(mCaptor1.getAllValues().get(1), mIsLineMiddle); in testOnMotionEvents_fromMouseWithInjectedGestureInProgress_shouldNotCancelAndPassReal() 348 assertThat(mCaptor1.getAllValues().get(1), mIsLineMiddle); in testOnMotionEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassReal() 395 assertThat(mCaptor1.getAllValues().get(1), mIsLineMiddle); in testInjectEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassNew()
|