Home
last modified time | relevance | path

Searched refs:GetGatherNodeChildrenInfo (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/utils/
H A Ddrag_animation_helper.cpp107 auto gatherNodeChildrenInfo = overlayManager->GetGatherNodeChildrenInfo(); in PlayGatherNodeTranslateAnimation()
132 auto gatherNodeChildrenInfo = overlayManager->GetGatherNodeChildrenInfo(); in PlayGatherNodeOpacityAnimation()
165 auto gatherNodeChildrenInfo = actuator->GetGatherNodeChildrenInfo(); in PlayGatherAnimationBeforeLifting()
233 auto gatherNodeChildrenInfo = overlayManager->GetGatherNodeChildrenInfo(); in PlayGatherAnimation()
326 manager->GetGatherNodeChildrenInfo().size() + 1; in CalcBadgeTextPosition()
328 … badgeNumber.value_or(-1), static_cast<int32_t>(manager->GetGatherNodeChildrenInfo().size())); in CalcBadgeTextPosition()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Ddrag_animation_helper_test_ng.cpp261 …EXPECT_STREQ(content.c_str(), std::to_string(overlayManager->GetGatherNodeChildrenInfo().size() + …
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.h250 const std::vector<GatherNodeChildInfo>& GetGatherNodeChildrenInfo() const;
H A Ddrag_event.cpp1913 auto gatherNodeChildrenInfo = manager->GetGatherNodeChildrenInfo(); in SetGatherNodeAboveFilter()
1940 gatherNodeChildrenInfo = actuator->GetGatherNodeChildrenInfo(); in GetOrCreateGatherNode()
1945 gatherNodeChildrenInfo = overlayManager->GetGatherNodeChildrenInfo(); in GetOrCreateGatherNode()
2311 const std::vector<GatherNodeChildInfo>& DragEventActuator::GetGatherNodeChildrenInfo() const in GetGatherNodeChildrenInfo() function in OHOS::Ace::NG::DragEventActuator
2440 … : static_cast<int32_t>(manager->GetGatherNodeChildrenInfo().size()) + 1; in ShowPreviewBadgeAnimation()
H A Dgesture_event_hub.cpp1987 auto gatherNodeChildrenInfo = overlayManager->GetGatherNodeChildrenInfo(); in SetNotMouseDragGatherPixelMaps()
/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()
2002 auto gatherNodeChildrenInfo = overlayManager->GetGatherNodeChildrenInfo(); in UpdateGatherNodePosition()
2028 auto gatherNodeChildrenInfo = overlayManager->GetGatherNodeChildrenInfo(); in CalcGatherNodeMaxDistanceWithPoint()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.h590 const std::vector<GatherNodeChildInfo>& GetGatherNodeChildrenInfo() in GetGatherNodeChildrenInfo() function