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