Home
last modified time | relevance | path

Searched refs:touchPoints (Results 1 - 16 of 16) sorted by relevance

/foundation/arkui/ace_engine/interfaces/native/node/
H A Devent_converter.cpp96 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 Dmulti_fingers_recognizer.cpp75 void MultiFingersRecognizer::SetFingerList(const std::map<int32_t, TouchEvent> touchPoints, in SetFingerList() argument
78 for (auto& point : touchPoints) { in SetFingerList()
H A Dmulti_fingers_recognizer.h53 void SetFingerList(const std::map<int32_t, TouchEvent> touchPoints, const Offset& coordinateOffset,
/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_dump.cpp77 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 Devent_dump.h60 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 Dgtx_input_event_sender.h52 GtxTouchPoint touchPoints[GTX_MAX_TOUCH_POINTS_NUMBER]; member
/foundation/window/window_manager/wm/src/
H A Dgtx_input_event_sender.cpp52 GtxTouchPoint& dstTouchPoint = mEvent.touchPoints[i]; in SetTouchEvent()
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/
H A Doh_remote_control_event.h137 OHNativeXcomponentTouchPoint touchPoints[OH_MAX_TOUCH_POINTS_NUMBER]; // Array of the current touch points. member
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Drender_xcomponent.cpp170 touchEventPoint_.touchPoints[i++] = ohTouchPoint; in SetTouchPoint()
190 touchEventPoint_.touchPoints[i++] = ohTouchPoint; in SetTouchPoint()
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_xcomponent.h258 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 Devent_dump_test_ng.cpp98 eventTreeRecord->eventTreeList.back().touchPoints.emplace_back(TouchPointSnapshot(event)); in FillTouchDownEventToEventTree()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp1610 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 Dcast_engine_common_helper.cpp413 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 Dxcomponent_pattern.cpp1214 touchEventPoint_.touchPoints[index++] = ohTouchPoint; in SetTouchPoint()
1238 touchEventPoint_.touchPoints[index++] = ohTouchPoint; in SetTouchPoint()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp3270 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 Dnode_common_modifier.cpp6635 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()

Completed in 36 milliseconds