Home
last modified time | relevance | path

Searched defs:OnChildAppended (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_component_v2.cpp28 void TextComponentV2::OnChildAppended(const RefPtr<Component>& child) in OnChildAppended() function in OHOS::Ace::TextComponentV2
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Dflex_component_v2.cpp90 void FlexComponentV2::OnChildAppended(const RefPtr<Component>& child) in OnChildAppended() function in OHOS::Ace::FlexComponentV2
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomponent_group.h39 virtual void OnChildAppended(const RefPtr<Component>& child) {} in OnChildAppended() function