Searched refs:gatherNode (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | drag_event.cpp | 1935 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 D | drag_event.h | 243 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 D | gesture_event_hub.cpp | 1168 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 D | drag_event_test_ng_property_config.cpp | 539 …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 D | drag_event_test_ng.cpp | 1281 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 D | drag_animation_helper.cpp | 160 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 D | drag_animation_helper_test_ng.cpp | 108 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 D | menu_view.cpp | 74 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 D | drag_drop_manager.cpp | 2050 auto gatherNode = overlayManager->GetGatherNode(); in IsNeedDisplayInSubwindow() local 2051 return gatherNode != nullptr; in IsNeedDisplayInSubwindow()
|