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;
41 mBuilder = withProperties(3, MotionEvent.TOOL_TYPE_MOUSE); in setup()
60 withProperties(MotionEvent.INVALID_POINTER_ID, MotionEvent.TOOL_TYPE_UNKNOWN). in testClear()
DMotionEventTest.java20 import static android.view.cts.MotionEventUtils.withProperties;
172 withProperties(0, MotionEvent.TOOL_TYPE_FINGER); in testObtainFromPropertyArrays()
174 withProperties(1, MotionEvent.TOOL_TYPE_FINGER); in testObtainFromPropertyArrays()
434 withProperties(0, MotionEvent.TOOL_TYPE_FINGER); in testGetCurrentDataWithTwoPointers()
436 withProperties(1, MotionEvent.TOOL_TYPE_FINGER); in testGetCurrentDataWithTwoPointers()
467 withProperties(0, MotionEvent.TOOL_TYPE_FINGER); in testGetRawCoordsWithTwoPointers()
469 withProperties(1, MotionEvent.TOOL_TYPE_FINGER); in testGetRawCoordsWithTwoPointers()
502 withProperties(0, MotionEvent.TOOL_TYPE_FINGER); in testGetHistoricalDataWithTwoPointers()
504 withProperties(1, MotionEvent.TOOL_TYPE_FINGER); in testGetHistoricalDataWithTwoPointers()
DMotionEventUtils.java38 public static PointerPropertiesBuilder withProperties(int id, int toolType) { in withProperties() method in MotionEventUtils