Searched refs:verifyMatchesHistorical (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | MotionEventTest.java | 206 verifyMatchesHistorical(mMotionEvent2, 1); in testObtainNoHistory() 210 verifyMatchesHistorical(mMotionEvent2, 0); in testObtainNoHistory() 355 verifyMatchesHistorical(mMotionEvent2, 0); in testGetHistoricalData() 368 verifyMatchesHistorical(mMotionEvent2, 1); in testGetHistoricalData() 372 verifyMatchesHistorical(mMotionEvent2, 0); in testGetHistoricalData() 422 pointerCoordsBuilders[i].verifyMatchesHistorical(motionEvent, i, pos); in verifyHistoricalPointerData()
|
D | MotionEventUtils.java | 225 public void verifyMatchesHistorical(MotionEvent that, int position) { in verifyMatchesHistorical() method in MotionEventUtils.PointerCoordsBuilder 278 public void verifyMatchesHistorical(MotionEvent that, int pointerIndex, int position) { in verifyMatchesHistorical() method in MotionEventUtils.PointerCoordsBuilder
|