Searched refs:ActionMatcher (Results 1 – 3 of 3) sorted by relevance
98 public static class ActionMatcher implements ArgumentMatcher<MotionEvent> { class in CtsMouseUtil101 public ActionMatcher(int action) { in ActionMatcher() method in CtsMouseUtil.ActionMatcher116 public static class PositionMatcher extends ActionMatcher {150 argThat(new ActionMatcher(MotionEvent.ACTION_HOVER_EXIT))); in verifyEnterMoveExit()157 argThat(new ActionMatcher(MotionEvent.ACTION_HOVER_ENTER))); in verifyEnterMoveInternal()159 argThat(new ActionMatcher(MotionEvent.ACTION_HOVER_MOVE))); in verifyEnterMoveInternal()
42 import com.android.compatibility.common.util.CtsMouseUtil.ActionMatcher;139 argThat(new ActionMatcher(MotionEvent.ACTION_HOVER_ENTER))); in testHoverMoveMultiple()
48 import com.android.compatibility.common.util.CtsMouseUtil.ActionMatcher;305 eq(mTarget2), argThat(new ActionMatcher(MotionEvent.ACTION_HOVER_EXIT))); in testEventDispatch()