Home
last modified time | relevance | path

Searched refs:AddChildToExpandListIfNeeded (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper.h254 void AddChildToExpandListIfNeeded(const WeakPtr<FrameNode>& node);
H A Dlayout_wrapper.cpp544 AddChildToExpandListIfNeeded(AceType::WeakClaim(AceType::RawPtr(child))); in AdjustChild()
551 void LayoutWrapper::AddChildToExpandListIfNeeded(const WeakPtr<FrameNode>& node) in AddChildToExpandListIfNeeded() function in OHOS::Ace::NG::LayoutWrapper