HomeSort by relevance Sort by last modified time
    Searched defs:verifyMatchesPointerCoords (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/view/src/android/view/cts/
MotionEventUtils.java 339 public void verifyMatchesPointerCoords(PointerCoords that) {
378 public void verifyMatchesPointerCoords(MotionEvent motionEvent, int pointerIndex) {
382 verifyMatchesPointerCoords(that);
390 verifyMatchesPointerCoords(that);
MotionEventTest.java 383 pointerCoordsBuilders[i].verifyMatchesPointerCoords(motionEvent, i);
    [all...]

Completed in 71 milliseconds