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

  /cts/tests/tests/view/src/android/view/cts/
MotionEventUtils.java 57 public void verifyMatches(MotionEvent that, int pointerIndex) {
129 public void verifyMatches(MotionEvent that) {
172 public void verifyMatches(MotionEvent that, int pointerIndex) {
MotionEventTest.java 195 verifyMatches(mMotionEvent2);
213 verifyMatches(mMotionEvent2);
319 verifyMatches(mMotionEvent2);
329 verifyMatches(mMotionEvent2);
333 verifyMatches(mMotionEvent2);
343 verifyMatches(mMotionEvent2);
357 verifyMatches(mMotionEvent2);
388 pointerCoordsBuilders[i].verifyMatches(motionEvent, i);
398 pointerPropertiesBuilders[i].verifyMatches(motionEvent, i);
    [all...]
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
LZMAEncoder.java 349 assert lz.verifyMatches(matches);

Completed in 357 milliseconds