Searched refs:IS_ACTION_CANCEL (Results 1 – 2 of 2) sorted by relevance
22 import static android.accessibilityservice.cts.utils.GestureUtils.IS_ACTION_CANCEL;523 waitForMotionEvents(IS_ACTION_CANCEL, 1); in testContinuedGesture_withLineDisconnect_isCancelled()550 List<MotionEvent> cancelEvent = getEventsMatching(IS_ACTION_CANCEL); in testContinuedGesture_nextGestureDoesntContinue_isCancelled()
57 public static final Matcher<MotionEvent> IS_ACTION_CANCEL = field in GestureUtils