Home
last modified time | relevance | path

Searched refs:BuildDivider (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/counter/
H A Dcounter_component.cpp69 counterRow->AppendChild(BuildDivider()); in BuildChild()
72 counterRow->AppendChild(BuildDivider()); in BuildChild()
84 RefPtr<DividerComponent> CounterComponent::BuildDivider() in BuildDivider() function in OHOS::Ace::CounterComponent
H A Dcounter_component.h53 RefPtr<DividerComponent> BuildDivider();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/
H A Dapp_bar_view.h56 RefPtr<FrameNode> BuildDivider();
H A Dapp_bar_view.cpp137 auto divider = BuildDivider(); in BuildMenuBar()
215 RefPtr<FrameNode> AppBarView::BuildDivider() in BuildDivider() function in OHOS::Ace::NG::AppBarView
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.h325 RefPtr<Component> BuildDivider(const RefPtr<ThemeManager>& themeManager);
H A Ddialog_component.cpp342 … row->AppendChild(AceType::MakeRefPtr<FlexItemComponent>(0, 0, 0.0, BuildDivider(themeManager))); in BuildActions()
555 RefPtr<Component> DialogComponent::BuildDivider(const RefPtr<ThemeManager>& themeManager) in BuildDivider() function in OHOS::Ace::DialogComponent