Home
last modified time | relevance | path

Searched refs:GetIconSideLength (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_view.cpp116 CalcSize(CalcLength(theme->GetIconSideLength()), CalcLength(theme->GetIconSideLength()))); in CreateIcon()
193 pasteLayoutProperty->UpdateIconSize(theme->GetIconSideLength()); in CreatePasteButton()
H A Doption_paint_method.cpp106 iconHorInterval = static_cast<float>(selectTheme->GetIconSideLength().ConvertToPx()) + in PaintDivider()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_pattern.cpp1038 … UpdateIconSrc(selectIcon, selectTheme->GetIconSideLength(), selectTheme->GetIconSideLength(), in UpdateImageNode()
1077 … UpdateIconSrc(selectIcon, selectTheme->GetIconSideLength(), selectTheme->GetIconSideLength(), in UpdateSymbolNode()
1160 UpdateIconSrc(expandIcon_, selectTheme->GetIconSideLength(), selectTheme->GetIconSideLength(), in AddExpandIcon()
1316 … auto iconWidth = isStart ? selectTheme->GetIconSideLength() : selectTheme->GetEndIconWidth(); in UpdateImageIcon()
1317 … auto iconHeight = isStart ? selectTheme->GetIconSideLength() : selectTheme->GetEndIconHeight(); in UpdateImageIcon()
1365 … auto iconWidth = isStart ? selectTheme->GetIconSideLength() : selectTheme->GetEndIconWidth(); in UpdateSymbolIcon()
1366 … auto iconHeight = isStart ? selectTheme->GetIconSideLength() : selectTheme->GetEndIconHeight(); in UpdateSymbolIcon()
H A Dmenu_item_layout_algorithm.cpp79 iconSize_ = theme->GetIconSideLength().ConvertToPx(); in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dservice_collaboration_menu_ace_helper.cpp144 … CalcSize(CalcLength(iconTheme->GetIconSideLength()), CalcLength(iconTheme->GetIconSideLength()))); in CreateEndIcon()
170 … CalcSize(CalcLength(iconTheme->GetIconSideLength()), CalcLength(iconTheme->GetIconSideLength()))); in CreateStartIcon()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/
H A Dmenu_item_group_layout_algorithm.cpp273 auto iconWidth = selectTheme->GetIconSideLength(); in UpdateHeaderAndFooterMargin()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h1027 const Dimension& GetIconSideLength() const in GetIconSideLength() function