/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/utils/ |
H A D | drag_animation_helper.cpp | 56 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 D | drag_animation_helper.h | 39 const std::vector<GatherNodeChildInfo>& gatherNodeChildrenInfo);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | drag_event.h | 239 …nst RefPtr<DragEventActuator>& actuator, std::vector<GatherNodeChildInfo>& gatherNodeChildrenInfo); 246 …nst RefPtr<FrameNode>& gatherNode, const std::vector<GatherNodeChildInfo>& gatherNodeChildrenInfo);
|
H A D | drag_event.cpp | 1913 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 D | gesture_event_hub.cpp | 1167 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 D | drag_event_test_ng_property_config.cpp | 736 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 D | drag_event_test_ng.cpp | 1705 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 D | drag_drop_manager.cpp | 1956 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 D | overlay_manager.h | 579 const std::vector<GatherNodeChildInfo>& gatherNodeChildrenInfo); 581 const std::vector<GatherNodeChildInfo>& gatherNodeChildrenInfo,
|
H A D | overlay_manager.cpp | 6411 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()
|