Searched refs:mIsLineEnd (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | MotionEventInjectorTest.java | 127 Matcher<MotionEvent> mIsLineEnd; field in MotionEventInjectorTest 165 mIsLineEnd = allOf(IS_ACTION_UP, isAtPoint(LINE_END), hasStandardInitialization(), in setUp() 203 verify(next).onMotionEvent(argThat(allOf(mIsLineEnd, hasRightDownTime)), in testInjectEvents_shouldEmergeInOrderWithCorrectTiming() 204 argThat(allOf(mIsLineEnd, hasRightDownTime)), eq(FLAG_PASS_TO_USER)); in testInjectEvents_shouldEmergeInOrderWithCorrectTiming() 322 assertThat(mCaptor1.getAllValues().get(2), mIsLineEnd); in testOnMotionEvents_fromMouseWithInjectedGestureInProgress_shouldNotCancelAndPassReal() 349 assertThat(mCaptor1.getAllValues().get(2), mIsLineEnd); in testOnMotionEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassReal() 396 assertThat(mCaptor1.getAllValues().get(2), mIsLineEnd); in testInjectEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassNew()
|