/ohos5.0/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/test/ |
H A D | beans_test.py | 26 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 D | touch_event_test_ng.cpp | 49 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 D | pointer_event.h | 45 struct TouchPoint final { 81 std::vector<TouchPoint> pointers;
|
/ohos5.0/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/beans/ |
H A D | event_tree.py | 22 from src.beans.touch_point import TouchPoint 72 touch_point = TouchPoint(touch_point_str)
|
H A D | touch_point.py | 27 class TouchPoint(BaseBean): class
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
H A D | accessibility_manager_ng_test_ng.cpp | 42 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 D | event_adapter.h | 33 using OHOS::MMI::TouchPoint;
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/ai/ |
H A D | image_analyzer.h | 72 TouchPoint touchPoint;
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | frame_node_test_ng_coverage_new.cpp | 351 TouchPoint touchPoint; 353 TouchPoint touchPoint1;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | touch_event.h | 163 …TouchLocationInfo CreateTouchItemInfo(const TouchPoint& pointItem, const TouchEvent& event, TouchT…
|
H A D | touch_event.cpp | 168 const TouchPoint& pointItem, const TouchEvent& event, TouchType type) in CreateTouchItemInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | touch_event.h | 61 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 D | event_convertor.cpp | 55 TouchPoint touchPoint; in UpdateTouchEvent()
|
H A D | mouse_event.h | 202 TouchPoint point { .id = pointId, in CreateTouchPoint()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | multi_fingers_recognizer.cpp | 114 TouchPoint point; in UpdateTouchPointWithAxisEvent()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | mmi_event_convertor.cpp | 66 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 D | js_base_node.cpp | 281 TouchPoint point; in PostTouchEvent()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | event_dispatcher.cpp | 90 TouchPoint pointer { .id = event.id, in ConvertTouchEvent()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-types.md | 529 ## TouchPoint<sup>11+</sup>
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | js-apis-arkui-dragController.md | 274 | touchPoint<sup>11+</sup> | [TouchPoint](arkui-ts/ts-types.md#touchpoint11) | 否 | 配置跟手点坐标。不配…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_gesture_modifier.cpp | 201 void ConvertTouchPointsToPoints(GestureEvent& info, std::vector<TouchPoint>& touchPointes, in ConvertTouchPointsToPoints()
|
H A D | node_common_modifier.cpp | 6711 void ConvertTouchPointsToPoints(std::vector<TouchPoint>& touchPointes, in ConvertTouchPointsToPoints()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-types.md | 529 ## 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 D | js-apis-arkui-dragController.md | 274 | touchPoint<sup>11+</sup> | [TouchPoint](arkui-ts/ts-types.md#touchpoint11) | No | Coordinate…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | event_manager.cpp | 386 TouchPoint point { .id = axisEvent.id, in ConvertAxisEventToTouchEvent()
|