Searched refs:IS_ACTION_POINTER_UP (Results 1 – 2 of 2) sorted by relevance
26 import static android.accessibilityservice.cts.utils.GestureUtils.IS_ACTION_POINTER_UP;327 assertThat(mMotionEvents.get(numEvents - 2), IS_ACTION_POINTER_UP); in testAngledPinch_looksReasonable()
55 public static final Matcher<MotionEvent> IS_ACTION_POINTER_UP = field in GestureUtils