Home
last modified time | relevance | path

Searched refs:withCoordsForPointerIndex (Results 1 – 2 of 2) sorted by relevance

/cts/tests/input/src/android/input/cts/
DMultiTouchTest.kt33 import com.android.cts.input.inputeventmatchers.withCoordsForPointerIndex
105 withCoordsForPointerIndex(1, secondPointer) in testMultiTouch()
111 withCoordsForPointerIndex(1, secondPointer) in testMultiTouch()
/cts/libs/input/src/com/android/cts/input/
DInputEventMatchers.kt54 fun withCoordsForPointerIndex(index: Int, pt: PointF): Matcher<MotionEvent> = in withCoords() method