Home
last modified time | relevance | path

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

/cts/libs/input/src/com/android/cts/input/
DInputEventMatchers.kt66 fun withRawCoords(pt: PointF): Matcher<MotionEvent> = object : TypeSafeMatcher<MotionEvent>() { in withRawCoords() method
114 fun withRawCoords(pt: Point): Matcher<MotionEvent> { in withRawCoords() method