Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DMotionEventTest.java206 verifyMatches(mMotionEvent2); in testObtainNoHistory()
224 verifyMatches(mMotionEvent2); in testObtainNoHistory()
330 verifyMatches(mMotionEvent2); in testOffsetLocation()
340 verifyMatches(mMotionEvent2); in testSetLocation()
344 verifyMatches(mMotionEvent2); in testSetLocation()
354 verifyMatches(mMotionEvent2); in testGetHistoricalData()
368 verifyMatches(mMotionEvent2); in testGetHistoricalData()
399 pointerCoordsBuilders[i].verifyMatches(motionEvent, i); in verifyCurrentPointerData()
409 pointerPropertiesBuilders[i].verifyMatches(motionEvent, i); in verifyCurrentPointerData()
DMotionEventUtils.java57 public void verifyMatches(MotionEvent that, int pointerIndex) { in verifyMatches() method in MotionEventUtils.PointerPropertiesBuilder
129 public void verifyMatches(MotionEvent that) { in verifyMatches() method in MotionEventUtils.PointerCoordsBuilder
172 public void verifyMatches(MotionEvent that, int pointerIndex) { in verifyMatches() method in MotionEventUtils.PointerCoordsBuilder