Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_pattern.cpp1022 props->UpdateFontSize(selectTheme->GetEndIconWidth()); in UpdateImageNode()
1056 props->UpdateFontSize(selectTheme->GetEndIconWidth()); in UpdateSymbolNode()
1311 props->UpdateFontSize(selectTheme->GetEndIconWidth()); in UpdateImageIcon()
1316 … auto iconWidth = isStart ? selectTheme->GetIconSideLength() : selectTheme->GetEndIconWidth(); in UpdateImageIcon()
1357 props->UpdateFontSize(selectTheme->GetEndIconWidth()); in UpdateSymbolIcon()
1365 … auto iconWidth = isStart ? selectTheme->GetIconSideLength() : selectTheme->GetEndIconWidth(); in UpdateSymbolIcon()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_view.cpp141 props->UpdateFontSize(theme->GetEndIconWidth()); in CreateSymbol()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h1032 const Dimension& GetEndIconWidth() const in GetEndIconWidth() function