Home
last modified time | relevance | path

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

/aosp_15_r20/cts/libs/input/src/com/android/cts/input/
H A DInputEventMatchers.kt209 fun withToolType(toolType: Int): Matcher<MotionEvent> = object : TypeSafeMatcher<MotionEvent>() { in withToolType() method