Home
last modified time | relevance | path

Searched refs:dividerWidth_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/
H A Dapp_bar_theme.h208 return dividerWidth_; in GetDividerWidth()
293 theme->dividerWidth_ = appBarPattern->GetAttr<Dimension>("divider_width", 1.0_px); in ParsePattern()
361 Dimension dividerWidth_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_theme.h338 return dividerWidth_; in GetDividerWidth()
542 Dimension dividerWidth_; variable
H A Ddialog_theme.cpp175 theme->dividerWidth_ = dialogPattern->GetAttr<Dimension>("dialog_divider_width", 1.0_vp); in ParseNewPattern()