Searched refs:verifyMatchesPointerCoords (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | MotionEvent_PointerCoordsTest.java | 49 mBuilder.verifyMatchesPointerCoords(mPointerCoords); in testCreation() 57 withTouch(3.0f, 2.4f).verifyMatchesPointerCoords(mPointerCoords); in testAxesModifications() 62 withTouch(3.0f, 2.4f).verifyMatchesPointerCoords(mPointerCoords); in testAxesModifications() 67 withTouch(3.0f, 2.4f).verifyMatchesPointerCoords(mPointerCoords); in testAxesModifications() 72 withTouch(3.0f, 2.4f).verifyMatchesPointerCoords(mPointerCoords); in testAxesModifications() 77 withTouch(3.0f, 2.4f).verifyMatchesPointerCoords(mPointerCoords); in testAxesModifications() 82 withTouch(3.0f, 2.4f).verifyMatchesPointerCoords(mPointerCoords); in testAxesModifications() 87 withTouch(5.0f, 2.4f).verifyMatchesPointerCoords(mPointerCoords); in testAxesModifications() 92 withTouch(5.0f, 2.1f).verifyMatchesPointerCoords(mPointerCoords); in testAxesModifications() 99 mBuilder.verifyMatchesPointerCoords(pointerCoords); in testCopyFrom() [all …]
|
D | MotionEventUtils.java | 339 public void verifyMatchesPointerCoords(PointerCoords that) { in verifyMatchesPointerCoords() method in MotionEventUtils.PointerCoordsBuilder 378 public void verifyMatchesPointerCoords(MotionEvent motionEvent, int pointerIndex) { in verifyMatchesPointerCoords() method in MotionEventUtils.PointerCoordsBuilder 382 verifyMatchesPointerCoords(that); in verifyMatchesPointerCoords() 390 verifyMatchesPointerCoords(that); in verifyMatchesHistoricalPointerCoords()
|
D | MotionEventTest.java | 394 pointerCoordsBuilders[i].verifyMatchesPointerCoords(motionEvent, i); in verifyCurrentPointerData()
|