Searched refs:coords (Results 1 – 2 of 2) sorted by relevance
233 coordinates.add(pointer.coords); in performGesture()282 PointerCoords[] coords = coordinates.toArray(new PointerCoords[0]); in getMotionEvent() local284 downTime, eventTime, action, props.length, props, coords, in getMotionEvent()305 final PointerCoords coords; field in GestureController.Pointer311 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 …]
611 PointerCoords coords = new PointerCoords(); in getMotionEvent() local612 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()