Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DMotionEvent_PointerPropertiesTest.java47 mBuilder.verifyMatchesPointerProperties(mPointerProperties); in testCreation()
54 mBuilder.verifyMatchesPointerProperties(pointerProperties); in testCopyFrom()
61 verifyMatchesPointerProperties(mPointerProperties); in testClear()
DMotionEventUtils.java64 public void verifyMatchesPointerProperties(PointerProperties that) { in verifyMatchesPointerProperties() method in MotionEventUtils.PointerPropertiesBuilder
69 public void verifyMatchesPointerProperties(MotionEvent motionEvent, int pointerIndex) { in verifyMatchesPointerProperties() method in MotionEventUtils.PointerPropertiesBuilder
73 verifyMatchesPointerProperties(that); in verifyMatchesPointerProperties()
DMotionEventTest.java404 pointerPropertiesBuilders[i].verifyMatchesPointerProperties(motionEvent, i); in verifyCurrentPointerData()