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 D | option_view.cpp | 116 CalcSize(CalcLength(theme->GetIconSideLength()), CalcLength(theme->GetIconSideLength()))); in CreateIcon() 193 pasteLayoutProperty->UpdateIconSize(theme->GetIconSideLength()); in CreatePasteButton()
|
H A D | option_paint_method.cpp | 106 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 D | menu_item_pattern.cpp | 1038 … 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 D | menu_item_layout_algorithm.cpp | 79 iconSize_ = theme->GetIconSideLength().ConvertToPx(); in Measure()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | service_collaboration_menu_ace_helper.cpp | 144 … 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 D | menu_item_group_layout_algorithm.cpp | 273 auto iconWidth = selectTheme->GetIconSideLength(); in UpdateHeaderAndFooterMargin()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/ |
H A D | select_theme.h | 1027 const Dimension& GetIconSideLength() const in GetIconSideLength() function
|