Home
last modified time | relevance | path

Searched refs:gatherNode (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.cpp1935 if (!gatherNode) { in GetOrCreateGatherNode()
1937 if (gatherNode) { in GetOrCreateGatherNode()
1938 MarkDirtyGatherNode(gatherNode); in GetOrCreateGatherNode()
1943 return gatherNode; in GetOrCreateGatherNode()
1948 return gatherNode; in GetOrCreateGatherNode()
2054 CHECK_NULL_VOID(gatherNode); in MarkDirtyGatherNode()
2055 gatherNode->MarkModifyDone(); in MarkDirtyGatherNode()
2056 gatherNode->SetLayoutDirtyMarked(true); in MarkDirtyGatherNode()
2057 auto context = gatherNode->GetContext(); in MarkDirtyGatherNode()
2106 MarkDirtyGatherNode(gatherNode); in MountGatherNode()
[all …]
H A Ddrag_event.h243 static void MarkDirtyGatherNode(const RefPtr<FrameNode>& gatherNode);
246 …const RefPtr<FrameNode>& gatherNode, const std::vector<GatherNodeChildInfo>& gatherNodeChildrenInf…
248 void SetGatherNode(const RefPtr<FrameNode>& gatherNode);
H A Dgesture_event_hub.cpp1168 auto gatherNode = DragEventActuator::GetOrCreateGatherNode(overlayManager, in OnDragStart() local
1170 …DragEventActuator::MountGatherNode(subWindowOverlayManager, frameNode, gatherNode, gatherNodeChild… in OnDragStart()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Ddrag_event_test_ng_property_config.cpp539 …auto gatherNode = dragEventActuator->GetOrCreateGatherNode(overlayManager, dragEventActuator, gath… variable
540 EXPECT_EQ(gatherNode, nullptr);
734 auto gatherNode = manager->GetGatherNode(); variable
735 EXPECT_NE(gatherNode, nullptr);
737 dragEventActuator->MountGatherNode(manager, frameNode1, gatherNode, gatherNodeChildrenInfo);
742 dragEventActuator->MountGatherNode(nullptr, frameNode1, gatherNode, gatherNodeChildrenInfo);
743 EXPECT_FALSE(gatherNode->isLayoutDirtyMarked_);
748 dragEventActuator->MountGatherNode(manager, nullptr, gatherNode, gatherNodeChildrenInfo);
749 EXPECT_FALSE(gatherNode->isLayoutDirtyMarked_);
755 EXPECT_FALSE(gatherNode->isLayoutDirtyMarked_);
H A Ddrag_event_test_ng.cpp1281 auto gatherNode = DragEventActuator::CreateGatherNode(dragEventActuator); variable
1282 EXPECT_EQ(gatherNode, nullptr);
1338 auto gatherNode = DragEventActuator::CreateGatherNode(dragEventActuator); variable
1339 EXPECT_EQ(gatherNode, nullptr);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/utils/
H A Ddrag_animation_helper.cpp160 auto gatherNode = actuator->GetGatherNode(); in PlayGatherAnimationBeforeLifting() local
161 CHECK_NULL_VOID(gatherNode); in PlayGatherAnimationBeforeLifting()
162 auto imageContext = gatherNode->GetRenderContext(); in PlayGatherAnimationBeforeLifting()
166 DragEventActuator::MountGatherNode(manager, frameNode, gatherNode, gatherNodeChildrenInfo); in PlayGatherAnimationBeforeLifting()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Ddrag_animation_helper_test_ng.cpp108 auto gatherNode = FrameNode::GetOrCreateFrameNode("gatherNode", gatherNodeId, variable
112 actuator->SetGatherNode(gatherNode);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_view.cpp74 auto gatherNode = manager->GetGatherNode(); in MountTextNode() local
75 CHECK_NULL_VOID(gatherNode); in MountTextNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.cpp2050 auto gatherNode = overlayManager->GetGatherNode(); in IsNeedDisplayInSubwindow() local
2051 return gatherNode != nullptr; in IsNeedDisplayInSubwindow()