Home
last modified time | relevance | path

Searched refs:verifyMatchesPointerCoords (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DMotionEvent_PointerCoordsTest.java51 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 …]
DMotionEventUtils.java361 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()
DMotionEventTest.java491 pointerCoordsBuilders[i].verifyMatchesPointerCoords(motionEvent, i); in verifyCurrentPointerData()