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.java262 verifyMatches(mMotionEvent2); in testObtainNoHistory()
283 verifyMatches(mMotionEvent2); in testObtainNoHistory()
406 .verifyMatches(mMotionEvent2); in testOffsetLocationForPointerSource()
421 .verifyMatches(mMotionEvent2); in testNoLocationOffsetForNonPointerSource()
432 verifyMatches(mMotionEvent2); in testSetLocation()
436 verifyMatches(mMotionEvent2); in testSetLocation()
446 verifyMatches(mMotionEvent2); in testGetHistoricalData()
462 verifyMatches(mMotionEvent2); in testGetHistoricalData()
496 pointerCoordsBuilders[i].verifyMatches(motionEvent, i); in verifyCurrentPointerData()
506 pointerPropertiesBuilders[i].verifyMatches(motionEvent, i); in verifyCurrentPointerData()
DMotionEventUtils.java57 public void verifyMatches(MotionEvent that, int pointerIndex) { in verifyMatches() method in MotionEventUtils.PointerPropertiesBuilder
136 public void verifyMatches(MotionEvent that) { in verifyMatches() method in MotionEventUtils.PointerCoordsBuilder
182 public void verifyMatches(MotionEvent that, int pointerIndex) { in verifyMatches() method in MotionEventUtils.PointerCoordsBuilder