Home
last modified time | relevance | path

Searched refs:coords (Results 1 – 2 of 2) sorted by relevance

/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DGestureController.java233 coordinates.add(pointer.coords); in performGesture()
282 PointerCoords[] coords = coordinates.toArray(new PointerCoords[0]); in getMotionEvent() local
284 downTime, eventTime, action, props.length, props, coords, in getMotionEvent()
305 final PointerCoords coords; field in GestureController.Pointer
311 coords = new PointerCoords(); in Pointer()
312 coords.pressure = 1; in Pointer()
313 coords.size = 1; in Pointer()
314 coords.x = point.x; in Pointer()
315 coords.y = point.y; in Pointer()
319 coords.x = point.x; in updatePosition()
[all …]
DInteractionController.java611 PointerCoords coords = new PointerCoords(); in getMotionEvent() local
612 coords.pressure = 1; in getMotionEvent()
613 coords.size = 1; in getMotionEvent()
614 coords.x = x; in getMotionEvent()
615 coords.y = y; in getMotionEvent()
618 new PointerProperties[] { properties }, new PointerCoords[] { coords }, in getMotionEvent()