Home
last modified time | relevance | path

Searched refs:gatherNodeChildrenInfo (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/utils/
H A Ddrag_animation_helper.cpp56 const std::vector<GatherNodeChildInfo>& gatherNodeChildrenInfo) in CalcDistanceBeforeLifting() argument
58 for (const auto& child : gatherNodeChildrenInfo) { in CalcDistanceBeforeLifting()
107 auto gatherNodeChildrenInfo = overlayManager->GetGatherNodeChildrenInfo(); in PlayGatherNodeTranslateAnimation() local
111 CalcDistanceBeforeLifting(isGrid, calcResult, gatherNodeCenter, gatherNodeChildrenInfo); in PlayGatherNodeTranslateAnimation()
114 [gatherNodeCenter, gatherNodeChildrenInfo, calcResult]() mutable { in PlayGatherNodeTranslateAnimation()
115 for (const auto& child : gatherNodeChildrenInfo) { in PlayGatherNodeTranslateAnimation()
132 auto gatherNodeChildrenInfo = overlayManager->GetGatherNodeChildrenInfo(); in PlayGatherNodeOpacityAnimation() local
138 for (const auto& child : gatherNodeChildrenInfo) { in PlayGatherNodeOpacityAnimation()
165 auto gatherNodeChildrenInfo = actuator->GetGatherNodeChildrenInfo(); in PlayGatherAnimationBeforeLifting() local
233 auto gatherNodeChildrenInfo = overlayManager->GetGatherNodeChildrenInfo(); in PlayGatherAnimation() local
[all …]
H A Ddrag_animation_helper.h39 const std::vector<GatherNodeChildInfo>& gatherNodeChildrenInfo);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.h239 …nst RefPtr<DragEventActuator>& actuator, std::vector<GatherNodeChildInfo>& gatherNodeChildrenInfo);
246 …nst RefPtr<FrameNode>& gatherNode, const std::vector<GatherNodeChildInfo>& gatherNodeChildrenInfo);
H A Ddrag_event.cpp1913 auto gatherNodeChildrenInfo = manager->GetGatherNodeChildrenInfo(); in SetGatherNodeAboveFilter() local
1915 MountGatherNode(manager, frameNode, gatherNode, gatherNodeChildrenInfo); in SetGatherNodeAboveFilter()
1919 …onst RefPtr<DragEventActuator>& actuator, std::vector<GatherNodeChildInfo>& gatherNodeChildrenInfo) in GetOrCreateGatherNode() argument
1940 gatherNodeChildrenInfo = actuator->GetGatherNodeChildrenInfo(); in GetOrCreateGatherNode()
1945 gatherNodeChildrenInfo = overlayManager->GetGatherNodeChildrenInfo(); in GetOrCreateGatherNode()
2093 const std::vector<GatherNodeChildInfo>& gatherNodeChildrenInfo) in MountGatherNode() argument
2102 … overlayManager->MountGatherNodeToWindowScene(gatherNode, gatherNodeChildrenInfo, windowScene); in MountGatherNode()
2104 overlayManager->MountGatherNodeToRootNode(gatherNode, gatherNodeChildrenInfo); in MountGatherNode()
H A Dgesture_event_hub.cpp1167 std::vector<GatherNodeChildInfo> gatherNodeChildrenInfo; in OnDragStart() local
1169 dragEventActuator_, gatherNodeChildrenInfo); in OnDragStart()
1170 …tActuator::MountGatherNode(subWindowOverlayManager, frameNode, gatherNode, gatherNodeChildrenInfo); in OnDragStart()
1987 auto gatherNodeChildrenInfo = overlayManager->GetGatherNodeChildrenInfo(); in SetNotMouseDragGatherPixelMaps() local
1989 … for (auto iter = gatherNodeChildrenInfo.rbegin(); iter != gatherNodeChildrenInfo.rend(); ++iter) { in SetNotMouseDragGatherPixelMaps()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Ddrag_event_test_ng_property_config.cpp736 std::vector<GatherNodeChildInfo> gatherNodeChildrenInfo(2); variable
737 dragEventActuator->MountGatherNode(manager, frameNode1, gatherNode, gatherNodeChildrenInfo);
742 dragEventActuator->MountGatherNode(nullptr, frameNode1, gatherNode, gatherNodeChildrenInfo);
748 dragEventActuator->MountGatherNode(manager, nullptr, gatherNode, gatherNodeChildrenInfo);
754 dragEventActuator->MountGatherNode(nullptr, frameNode1, nullptr, gatherNodeChildrenInfo);
H A Ddrag_event_test_ng.cpp1705 std::vector<NG::GatherNodeChildInfo> gatherNodeChildrenInfo; variable
1706 … dragEventActuator->MountGatherNode(overlayManager, frameNode, stackNode, gatherNodeChildrenInfo);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.cpp1956 auto gatherNodeChildrenInfo = overlayManager->GetGatherNodeChildrenInfo(); in UpdateGatherNodeAttr() local
1962 int32_t cnt = static_cast<int>(gatherNodeChildrenInfo.size()); in UpdateGatherNodeAttr()
1972 auto imageNode = gatherNodeChildrenInfo[i].imageNode.Upgrade(); in UpdateGatherNodeAttr()
1976 auto& childInfo = gatherNodeChildrenInfo[i]; in UpdateGatherNodeAttr()
2002 auto gatherNodeChildrenInfo = overlayManager->GetGatherNodeChildrenInfo(); in UpdateGatherNodePosition() local
2003 for (const auto& child : gatherNodeChildrenInfo) { in UpdateGatherNodePosition()
2028 auto gatherNodeChildrenInfo = overlayManager->GetGatherNodeChildrenInfo(); in CalcGatherNodeMaxDistanceWithPoint() local
2030 for (const auto& child : gatherNodeChildrenInfo) { in CalcGatherNodeMaxDistanceWithPoint()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.h579 const std::vector<GatherNodeChildInfo>& gatherNodeChildrenInfo);
581 const std::vector<GatherNodeChildInfo>& gatherNodeChildrenInfo,
H A Doverlay_manager.cpp6411 const std::vector<GatherNodeChildInfo>& gatherNodeChildrenInfo) in MountGatherNodeToRootNode() argument
6420 gatherNodeChildrenInfo_ = gatherNodeChildrenInfo; in MountGatherNodeToRootNode()
6424 const std::vector<GatherNodeChildInfo>& gatherNodeChildrenInfo, in MountGatherNodeToWindowScene() argument
6433 gatherNodeChildrenInfo_ = gatherNodeChildrenInfo; in MountGatherNodeToWindowScene()
6483 [gatherNodeChildrenInfo = gatherNodeChildrenInfo_]() { in RemoveGatherNodeWithAnimation()
6484 for (auto& child : gatherNodeChildrenInfo) { in RemoveGatherNodeWithAnimation()