/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | event_converter.cpp | 96 static ArkUITouchPoint* touchPoints = origin.touchPointes; in ConvertToTouchEvent() local 100 (*points)[index].id = touchPoints[index].id; in ConvertToTouchEvent() 101 (*points)[index].nodeX = touchPoints[index].nodeX; in ConvertToTouchEvent() 102 (*points)[index].nodeY = touchPoints[index].nodeY; in ConvertToTouchEvent() 103 (*points)[index].windowX = touchPoints[index].windowX; in ConvertToTouchEvent() 104 (*points)[index].windowY = touchPoints[index].windowY; in ConvertToTouchEvent() 105 (*points)[index].screenX = touchPoints[index].screenX; in ConvertToTouchEvent() 106 (*points)[index].screenY = touchPoints[index].screenY; in ConvertToTouchEvent() 107 (*points)[index].contactAreaHeight = touchPoints[index].contactAreaHeight; in ConvertToTouchEvent() 108 (*points)[index].contactAreaWidth = touchPoints[inde in ConvertToTouchEvent() [all...] |
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | multi_fingers_recognizer.cpp | 75 void MultiFingersRecognizer::SetFingerList(const std::map<int32_t, TouchEvent> touchPoints, in SetFingerList() argument 78 for (auto& point : touchPoints) { in SetFingerList()
|
H A D | multi_fingers_recognizer.h | 53 void SetFingerList(const std::map<int32_t, TouchEvent> touchPoints, const Offset& coordinateOffset,
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | event_dump.cpp | 77 if (!eventTreeList.empty() && eventTreeList.back().touchPoints.size() > MAX_EVENT_TREE_TOUCH_POINT_CNT) { in AddTouchPoint() 111 eventTreeList.back().touchPoints.emplace_back(TouchPointSnapshot(event)); in AddTouchPoint() 209 for (auto& item : tree.touchPoints) { in Dump() 260 std::list<TouchPointSnapshot> touchPoints, std::unique_ptr<JsonValue>& json) const in BuildTouchPoints() 263 for (auto& item : touchPoints) { in BuildTouchPoints() 340 BuildTouchPoints(tree.touchPoints, children); in Dump() 259 BuildTouchPoints( std::list<TouchPointSnapshot> touchPoints, std::unique_ptr<JsonValue>& json) const BuildTouchPoints() argument
|
H A D | event_dump.h | 60 std::list<TouchPointSnapshot> touchPoints; member 86 void BuildTouchPoints(std::list<TouchPointSnapshot> touchPoints, std::unique_ptr<JsonValue>& json) const;
|
/foundation/window/window_manager/wm/include/ |
H A D | gtx_input_event_sender.h | 52 GtxTouchPoint touchPoints[GTX_MAX_TOUCH_POINTS_NUMBER]; member
|
/foundation/window/window_manager/wm/src/ |
H A D | gtx_input_event_sender.cpp | 52 GtxTouchPoint& dstTouchPoint = mEvent.touchPoints[i]; in SetTouchEvent()
|
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/ |
H A D | oh_remote_control_event.h | 137 OHNativeXcomponentTouchPoint touchPoints[OH_MAX_TOUCH_POINTS_NUMBER]; // Array of the current touch points. member
|
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | render_xcomponent.cpp | 170 touchEventPoint_.touchPoints[i++] = ohTouchPoint; in SetTouchPoint() 190 touchEventPoint_.touchPoints[i++] = ohTouchPoint; in SetTouchPoint()
|
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_interface_xcomponent.h | 258 OH_NativeXComponent_TouchPoint touchPoints[OH_NATIVE_XCOMPONENT_MAX_TOUCH_POINTS_NUMBER]; member 408 * @param pointIndex Indicates the pointer index in the touchPoints. 421 * @param pointIndex Indicates the pointer index in the touchPoints. 433 * @param pointIndex Indicates the pointer index in the touchPoints. 446 * @param pointIndex Indicates the pointer index in the touchPoints. 463 * @param pointIndex Indicates the pointer index in the touchPoints. 480 * @param pointIndex Indicates the pointer index in the touchPoints. 497 * @param pointIndex Indicates the pointer index in the touchPoints.
|
/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | event_dump_test_ng.cpp | 98 eventTreeRecord->eventTreeList.back().touchPoints.emplace_back(TouchPointSnapshot(event)); in FillTouchDownEventToEventTree()
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.cpp | 1610 std::list<TouchEvent> touchPoints; in FlushTouchEvents() local 1615 touchPoints.emplace_front(scalePoint); in FlushTouchEvents() 1619 auto maxSize = touchPoints.size(); in FlushTouchEvents() 1620 for (auto iter = touchPoints.rbegin(); iter != touchPoints.rend(); ++iter) { in FlushTouchEvents() 1623 eventManager_->FlushTouchEventsEnd(touchPoints); in FlushTouchEvents()
|
/foundation/CastEngine/castengine_cast_framework/common/src/ |
H A D | cast_engine_common_helper.cpp | 413 if (!WriteTouchPoint(parcel, touchEvent.touchPoints[i])) { in WriteTouchPoints() 522 ReadTouchPoints(parcel, touchEvent.numPoints, touchEvent.touchPoints); in ReadTouchEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
H A D | xcomponent_pattern.cpp | 1214 touchEventPoint_.touchPoints[index++] = ohTouchPoint; in SetTouchPoint() 1238 touchEventPoint_.touchPoints[index++] = ohTouchPoint; in SetTouchPoint()
|
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.cpp | 3270 std::list<TouchEvent> touchPoints; in FlushTouchEvents() local 3275 touchPoints.emplace_back(it->second); in FlushTouchEvents() 3277 touchPoints.emplace_back(iter.second); in FlushTouchEvents() 3280 auto maxSize = touchPoints.size(); in FlushTouchEvents() 3281 for (auto iter = touchPoints.rbegin(); iter != touchPoints.rend(); ++iter) { in FlushTouchEvents() 3284 eventManager_->FlushTouchEventsEnd(touchPoints); in FlushTouchEvents()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 6635 std::array<ArkUITouchPoint, MAX_POINTS> touchPoints; in SetOnTouch() 6642 ConvertTouchLocationInfoToPoint(touchLocationInfo, touchPoints[index++], usePx); in SetOnTouch() 6644 event.touchEvent.touchPointes = &touchPoints[0]; in SetOnTouch() 6725 std::array<ArkUITouchPoint, MAX_POINTS> touchPoints; in SetOnTouchIntercept() 6732 ConvertTouchLocationInfoToPoint(touchLocationInfo, touchPoints[index++], usePx); in SetOnTouchIntercept() 6734 touchEvent.touchEvent.touchPointes = &touchPoints[0]; in SetOnTouchIntercept()
|