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

  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 201 verifyMatchesHistorical(mMotionEvent2, 1);
205 verifyMatchesHistorical(mMotionEvent2, 0);
350 verifyMatchesHistorical(mMotionEvent2, 0);
363 verifyMatchesHistorical(mMotionEvent2, 1);
367 verifyMatchesHistorical(mMotionEvent2, 0);
417 pointerCoordsBuilders[i].verifyMatchesHistorical(motionEvent, i, pos);
    [all...]
MotionEventUtils.java 225 public void verifyMatchesHistorical(MotionEvent that, int position) {
278 public void verifyMatchesHistorical(MotionEvent that, int pointerIndex, int position) {

Completed in 758 milliseconds