Searched refs:verifyMatchesHistorical (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | MotionEventUtils.java | 239 public void verifyMatchesHistorical(MotionEvent that, int position) { in verifyMatchesHistorical() method in MotionEventUtils.PointerCoordsBuilder 296 public void verifyMatchesHistorical(MotionEvent that, int pointerIndex, int position) { in verifyMatchesHistorical() method in MotionEventUtils.PointerCoordsBuilder
|
D | MotionEventTest.java | 269 verifyMatchesHistorical(mMotionEvent2, 1); in testObtainNoHistory() 274 verifyMatchesHistorical(mMotionEvent2, 0); in testObtainNoHistory() 454 verifyMatchesHistorical(mMotionEvent2, 0); in testGetHistoricalData() 469 verifyMatchesHistorical(mMotionEvent2, 1); in testGetHistoricalData() 474 verifyMatchesHistorical(mMotionEvent2, 0); in testGetHistoricalData() 525 pointerCoordsBuilders[i].verifyMatchesHistorical(motionEvent, i, pos); in verifyHistoricalPointerData()
|