Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DMotionEvent_PointerPropertiesTest.java19 import static android.view.cts.MotionEventUtils.withProperties;
43 mBuilder = withProperties(3, MotionEvent.TOOL_TYPE_MOUSE); in setup()
62 withProperties(MotionEvent.INVALID_POINTER_ID, MotionEvent.TOOL_TYPE_UNKNOWN). in testClear()
DMotionEventTest.java20 import static android.view.cts.MotionEventUtils.withProperties;
216 withProperties(0, MotionEvent.TOOL_TYPE_FINGER); in testObtainFromPropertyArrays()
218 withProperties(1, MotionEvent.TOOL_TYPE_FINGER); in testObtainFromPropertyArrays()
243 withProperties(0, MotionEvent.TOOL_TYPE_FINGER); in testObtainWithClassification()
539 withProperties(0, MotionEvent.TOOL_TYPE_FINGER); in testGetCurrentDataWithTwoPointers()
541 withProperties(1, MotionEvent.TOOL_TYPE_FINGER); in testGetCurrentDataWithTwoPointers()
574 withProperties(0, MotionEvent.TOOL_TYPE_FINGER); in testGetRawCoordsWithTwoPointers()
576 withProperties(1, MotionEvent.TOOL_TYPE_FINGER); in testGetRawCoordsWithTwoPointers()
609 withProperties(0, MotionEvent.TOOL_TYPE_FINGER); in testGetHistoricalDataWithTwoPointers()
611 withProperties(1, MotionEvent.TOOL_TYPE_FINGER); in testGetHistoricalDataWithTwoPointers()
[all …]
DMotionEventUtils.java38 public static PointerPropertiesBuilder withProperties(int id, int toolType) { in withProperties() method in MotionEventUtils