Searched refs:withProperties (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | MotionEvent_PointerPropertiesTest.java | 19 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()
|
D | MotionEventTest.java | 20 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()
|
D | MotionEventUtils.java | 38 public static PointerPropertiesBuilder withProperties(int id, int toolType) { in withProperties() method in MotionEventUtils
|