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.java49 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 …]
DMotionEventUtils.java339 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()
DMotionEventTest.java394 pointerCoordsBuilders[i].verifyMatchesPointerCoords(motionEvent, i); in verifyCurrentPointerData()