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.java200 verifyMatches(mMotionEvent2); in testObtainNoHistory()
218 verifyMatches(mMotionEvent2); in testObtainNoHistory()
324 verifyMatches(mMotionEvent2); in testOffsetLocation()
334 verifyMatches(mMotionEvent2); in testSetLocation()
338 verifyMatches(mMotionEvent2); in testSetLocation()
348 verifyMatches(mMotionEvent2); in testGetHistoricalData()
362 verifyMatches(mMotionEvent2); in testGetHistoricalData()
393 pointerCoordsBuilders[i].verifyMatches(motionEvent, i); in verifyCurrentPointerData()
403 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