Home
last modified time | relevance | path

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

/cts/libs/input/src/com/android/cts/input/
DInputEventMatchers.kt81 fun withMotionAction(action: Int): Matcher<MotionEvent> = object : TypeSafeMatcher<MotionEvent>() { in withMotionAction() method
96 fun withMotionAction(action: Int, index: Int): Matcher<MotionEvent> = in withMotionAction() method