Searched defs:IS_ACTION_CANCEL (Results 1 – 1 of 1) sorted by relevance
84 private static final Matcher<MotionEvent> IS_ACTION_CANCEL = field in MotionEventInjectorTest596 assertThat(events.get(2), allOf(isAtPoint(CONTINUED_LINE_MID1), IS_ACTION_CANCEL)); in testContinuedGesture_misMatchedContinuationArrives_bothGesturesCanceled() local