Home
last modified time | relevance | path

Searched refs:ActionMatcher (Results 1 – 3 of 3) sorted by relevance

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsMouseUtil.java103 public static class ActionMatcher implements ArgumentMatcher<MotionEvent> { class in CtsMouseUtil
106 public ActionMatcher(int action) { in ActionMatcher() method in CtsMouseUtil.ActionMatcher
121 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()
/cts/tests/tests/view/src/android/view/cts/
DHoverTest.java45 import com.android.compatibility.common.util.CtsMouseUtil.ActionMatcher;
166 argThat(new ActionMatcher(MotionEvent.ACTION_HOVER_ENTER))); in testHoverMoveMultiple()
DPointerCaptureTest.java51 import com.android.compatibility.common.util.CtsMouseUtil.ActionMatcher;
327 eq(mTarget2), argThat(new ActionMatcher(MotionEvent.ACTION_HOVER_EXIT))); in testEventDispatch()