Home
last modified time | relevance | path

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

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