Home
last modified time | relevance | path

Searched refs:AttachFrameNode (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Drecognizer_group.h76 void AttachFrameNode(const WeakPtr<NG::FrameNode>& node) override in AttachFrameNode() function
78 TouchEventTarget::AttachFrameNode(node); in AttachFrameNode()
81 recognizer->AttachFrameNode(node); in AttachFrameNode()
H A Drecognizer_group.cpp202 item->AttachFrameNode(WeakPtr<FrameNode>(node)); in SetRecognizerInfoRecursively()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_gesture_event_hub.cpp41 innerParallelRecognizer_->AttachFrameNode(WeakPtr<FrameNode>(host)); in PackInnerRecognizer()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/gestures/
H A Dlong_press_recognizer_test_ng.cpp450 longPressRecognizer.AttachFrameNode(frameNode);
477 longPressRecognizer.AttachFrameNode(frameNode);
507 longPressRecognizer.AttachFrameNode(frameNode);
544 longPressRecognizer.AttachFrameNode(frameNode);
604 longPressRecognizer.AttachFrameNode(frameNode);
H A Dclick_recognizer_test_ng.cpp605 clickRecognizer.AttachFrameNode(frameNode);
1018 clickRecognizer.AttachFrameNode(frameNode);
1237 clickRecognizerPtr->AttachFrameNode(nullptr);
1258 clickRecognizerPtr->AttachFrameNode(nullptr);
1279 clickRecognizerPtr->AttachFrameNode(nullptr);
H A Drecognizer_group_test_ng.cpp280 Ngg->AttachFrameNode(FRAME_NODE_0);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dextension_handler.h136 void AttachFrameNode(FrameNode* node) in AttachFrameNode() function
H A Dframe_node.h649 extensionHandler_->AttachFrameNode(this); in SetDrawModifier()
896 extensionHandler_->AttachFrameNode(this); in SetExtensionHandler()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dscrollable_event.cpp100 clickRecognizer_->AttachFrameNode(frameNode); in InitClickRecognizer()
H A Dinput_event.cpp161 accessibilityHoverEventTarget_->AttachFrameNode(host); in OnCollectAccessibilityHoverEvent()
H A Dgesture_event_hub.cpp149 recognizer->AttachFrameNode(WeakPtr<FrameNode>(host)); in ProcessTouchTestHit()
179 recognizer->AttachFrameNode(WeakPtr<FrameNode>(host)); in ProcessTouchTestHit()
187 eventTarget->AttachFrameNode(WeakPtr<FrameNode>(host)); in ProcessTouchTestHit()
225 innerExclusiveRecognizer_->AttachFrameNode(WeakPtr<FrameNode>(host)); in PackInnerRecognizer()
248 externalParallelRecognizer_[parallelIndex]->AttachFrameNode(WeakPtr<FrameNode>(host)); in ProcessParallelPriorityGesture()
277 externalExclusiveRecognizer_[exclusiveIndex]->AttachFrameNode(WeakPtr<FrameNode>(host)); in ProcessExternalExclusiveRecognizer()
317 recognizer->AttachFrameNode(WeakPtr<FrameNode>(host)); in ProcessTouchTestHierarchy()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Devent_manager_test_ng_new.cpp41 clickRecognizer->AttachFrameNode(childFrameNode); in CreateRecognizerGroup()
47 recognizerGroup->AttachFrameNode(parentNode); in CreateRecognizerGroup()
715 panHorizontal->AttachFrameNode(pageNode);
866 panHorizontal->AttachFrameNode(pageNode);
H A Dtouch_event_test_ng.cpp506 touchEventActuator->AttachFrameNode(pageNode);
H A Dgesture_event_hub_test_ng_property_config.cpp58 clickRecognizer->AttachFrameNode(childFrameNode); in CreateRecognizerGroup()
64 recognizerGroup->AttachFrameNode(parentNode); in CreateRecognizerGroup()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
H A Dscroll_bar_pattern.cpp769 panRecognizer_->AttachFrameNode(frameNode); in OnCollectTouchTarget()
806 clickRecognizer_->AttachFrameNode(frameNode); in OnCollectClickTarget()
831 longPressRecognizer_->AttachFrameNode(frameNode); in OnCollectLongPressTarget()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar.cpp460 longPressRecognizer_->AttachFrameNode(frameNode); in OnCollectLongPressTarget()
752 panRecognizer_->AttachFrameNode(frameNode); in OnCollectTouchTarget()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dtouch_event.h870 virtual void AttachFrameNode(const WeakPtr<NG::FrameNode>& node) in AttachFrameNode() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp1316 panRecognizerNG_->AttachFrameNode(frameNode); in OnCollectTouchTarget()
H A Dscrollable_pattern.cpp3068 clickRecognizer_->AttachFrameNode(frameNode); in OnCollectClickTarget()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp2476 exclusiveRecognizer->AttachFrameNode(node); in OnTouchEvent()