Searched refs:IS_ACTION_POINTER_DOWN (Results 1 – 2 of 2) sorted by relevance
24 import static android.accessibilityservice.cts.utils.GestureUtils.IS_ACTION_POINTER_DOWN;320 assertThat(mMotionEvents.get(1), IS_ACTION_POINTER_DOWN); in testAngledPinch_looksReasonable()
42 public static final Matcher<MotionEvent> IS_ACTION_POINTER_DOWN = field in GestureUtils