Searched refs:ActionMatcher (Results 1 – 3 of 3) sorted by relevance
103 public static class ActionMatcher implements ArgumentMatcher<MotionEvent> { class in CtsMouseUtil106 public ActionMatcher(int action) { in ActionMatcher() method in CtsMouseUtil.ActionMatcher121 public static class PositionMatcher extends ActionMatcher {155 argThat(new ActionMatcher(MotionEvent.ACTION_HOVER_EXIT))); in verifyEnterMoveExit()162 argThat(new ActionMatcher(MotionEvent.ACTION_HOVER_ENTER))); in verifyEnterMoveInternal()164 argThat(new ActionMatcher(MotionEvent.ACTION_HOVER_MOVE))); in verifyEnterMoveInternal()
45 import com.android.compatibility.common.util.CtsMouseUtil.ActionMatcher;166 argThat(new ActionMatcher(MotionEvent.ACTION_HOVER_ENTER))); in testHoverMoveMultiple()
51 import com.android.compatibility.common.util.CtsMouseUtil.ActionMatcher;327 eq(mTarget2), argThat(new ActionMatcher(MotionEvent.ACTION_HOVER_EXIT))); in testEventDispatch()