Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java812 private static class MotionEventActionMatcher extends TypeSafeMatcher<MotionEvent> { class in MotionEventInjectorTest
815 MotionEventActionMatcher(int action) { in MotionEventActionMatcher() method in MotionEventInjectorTest.MotionEventActionMatcher