Home
last modified time | relevance | path

Searched defs:MotionEventActionMatcher (Results 1 – 1 of 1) sorted by relevance

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DGestureUtils.java216 private static class MotionEventActionMatcher extends TypeSafeMatcher<MotionEvent> { class in GestureUtils
219 MotionEventActionMatcher(int action) { in MotionEventActionMatcher() method in GestureUtils.MotionEventActionMatcher