Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/counter/
H A Dcounter_model_ng.h46 …static RefPtr<FrameNode> CreateContentNodeChild(int32_t contentId, const RefPtr<CounterTheme>& cou…
H A Dcounter_model_ng.cpp60 auto contentNode = CreateContentNodeChild(contentId, counterTheme); in Create()
99 RefPtr<FrameNode> CounterModelNG::CreateContentNodeChild(int32_t contentId, const RefPtr<CounterThe… in CreateContentNodeChild() function in OHOS::Ace::NG::CounterModelNG