Home
last modified time | relevance | path

Searched refs:TouchPoint (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/test/
H A Dbeans_test.py26 from src.beans.touch_point import TouchPoint
55 touch_point = TouchPoint(touch_point_str)
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dtouch_event_test_ng.cpp49 const std::vector<TouchPoint> POINTERS = { TouchPoint(), TouchPoint(), TouchPoint() };
50 const std::vector<TouchPoint> POINTERS_2 = { { .tiltX = TILT_X_VALUE, .tiltY = TILT_Y_VALUE } };
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dpointer_event.h45 struct TouchPoint final {
81 std::vector<TouchPoint> pointers;
/ohos5.0/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/beans/
H A Devent_tree.py22 from src.beans.touch_point import TouchPoint
72 touch_point = TouchPoint(touch_point_str)
H A Dtouch_point.py27 class TouchPoint(BaseBean): class
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Daccessibility_manager_ng_test_ng.cpp42 const std::vector<TouchPoint> POINTERS = { { .tiltX = TILT_X_VALUE, .tiltY = TILT_Y_VALUE } };
123 TouchPoint pointOne;
125 TouchPoint pointTwo;
344 TouchPoint pointOne;
345 TouchPoint pointTwo;
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/samples/
H A Devent_adapter.h33 using OHOS::MMI::TouchPoint;
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/ai/
H A Dimage_analyzer.h72 TouchPoint touchPoint;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng_coverage_new.cpp351 TouchPoint touchPoint;
353 TouchPoint touchPoint1;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dtouch_event.h163 …TouchLocationInfo CreateTouchItemInfo(const TouchPoint& pointItem, const TouchEvent& event, TouchT…
H A Dtouch_event.cpp168 const TouchPoint& pointItem, const TouchEvent& event, TouchType type) in CreateTouchItemInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dtouch_event.h61 struct TouchPoint final {
108 std::vector<TouchPoint> pointers;
242 TouchEvent& SetPointers(std::vector<TouchPoint> pointers) in SetPointers()
437 TouchPoint point { .id = id, in UpdatePointers()
H A Devent_convertor.cpp55 TouchPoint touchPoint; in UpdateTouchEvent()
H A Dmouse_event.h202 TouchPoint point { .id = pointId, in CreateTouchPoint()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dmulti_fingers_recognizer.cpp114 TouchPoint point; in UpdateTouchPointWithAxisEvent()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dmmi_event_convertor.cpp66 TouchPoint ConvertTouchPoint(const MMI::PointerEvent::PointerItem& pointerItem) in ConvertTouchPoint()
68 TouchPoint touchPoint; in ConvertTouchPoint()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_base_node.cpp281 TouchPoint point; in PostTouchEvent()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Devent_dispatcher.cpp90 TouchPoint pointer { .id = event.id, in ConvertTouchEvent()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-types.md529 ## TouchPoint<sup>11+</sup>
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-dragController.md274 | touchPoint<sup>11+</sup> | [TouchPoint](arkui-ts/ts-types.md#touchpoint11) | 否 | 配置跟手点坐标。不配…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_gesture_modifier.cpp201 void ConvertTouchPointsToPoints(GestureEvent& info, std::vector<TouchPoint>& touchPointes, in ConvertTouchPointsToPoints()
H A Dnode_common_modifier.cpp6711 void ConvertTouchPointsToPoints(std::vector<TouchPoint>& touchPointes, in ConvertTouchPointsToPoints()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-types.md529 ## TouchPoint<sup>11+</sup>
531 The **TouchPoint** type is used to define the coordinates of the touch point.
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-dragController.md274 | touchPoint<sup>11+</sup> | [TouchPoint](arkui-ts/ts-types.md#touchpoint11) | No | Coordinate…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.cpp386 TouchPoint point { .id = axisEvent.id, in ConvertAxisEventToTouchEvent()