Searched refs:verifyMatchesPointerCoords (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | MotionEvent_PointerCoordsTest.java | 51 mBuilder.verifyMatchesPointerCoords(mPointerCoords); in testCreation() 59 withTouch(3.0f, 2.4f).withGenericAxis1(4.4f).verifyMatchesPointerCoords( in testAxesModifications() 65 withTouch(3.0f, 2.4f).withGenericAxis1(4.4f).verifyMatchesPointerCoords( in testAxesModifications() 71 withTouch(3.0f, 2.4f).withGenericAxis1(4.4f).verifyMatchesPointerCoords( in testAxesModifications() 77 withTouch(3.0f, 2.4f).withGenericAxis1(4.4f).verifyMatchesPointerCoords( in testAxesModifications() 83 withTouch(3.0f, 2.4f).withGenericAxis1(4.4f).verifyMatchesPointerCoords( in testAxesModifications() 89 withTouch(3.0f, 2.4f).withGenericAxis1(4.4f).verifyMatchesPointerCoords( in testAxesModifications() 95 withTouch(5.0f, 2.4f).withGenericAxis1(4.4f).verifyMatchesPointerCoords( in testAxesModifications() 101 withTouch(5.0f, 2.1f).withGenericAxis1(4.4f).verifyMatchesPointerCoords( in testAxesModifications() 107 .withTouch(5.0f, 2.1f).withGenericAxis1(4.6f).verifyMatchesPointerCoords( in testAxesModifications() [all …]
|
D | MotionEventUtils.java | 361 public void verifyMatchesPointerCoords(PointerCoords that) { in verifyMatchesPointerCoords() method in MotionEventUtils.PointerCoordsBuilder 403 public void verifyMatchesPointerCoords(MotionEvent motionEvent, int pointerIndex) { in verifyMatchesPointerCoords() method in MotionEventUtils.PointerCoordsBuilder 407 verifyMatchesPointerCoords(that); in verifyMatchesPointerCoords() 415 verifyMatchesPointerCoords(that); in verifyMatchesHistoricalPointerCoords()
|
D | MotionEventTest.java | 491 pointerCoordsBuilders[i].verifyMatchesPointerCoords(motionEvent, i); in verifyCurrentPointerData()
|