Home
last modified time | relevance | path

Searched defs:IS_ACTION_CANCEL (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java84 private static final Matcher<MotionEvent> IS_ACTION_CANCEL = field in MotionEventInjectorTest
596 assertThat(events.get(2), allOf(isAtPoint(CONTINUED_LINE_MID1), IS_ACTION_CANCEL)); in testContinuedGesture_misMatchedContinuationArrives_bothGesturesCanceled() local