Home
last modified time | relevance | path

Searched refs:GetOptionMinHeight (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/
H A Dmenu_item_group_layout_algorithm.cpp65 auto minItemHeight = static_cast<float>(theme->GetOptionMinHeight().ConvertToPx()); in Measure()
164 auto minItemHeight = static_cast<float>(theme->GetOptionMinHeight().ConvertToPx()); in LayoutHeader()
185 auto minItemHeight = static_cast<float>(theme->GetOptionMinHeight().ConvertToPx()); in LayoutFooter()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_layout_algorithm.cpp54 auto minOptionHeight = static_cast<float>(selectTheme->GetOptionMinHeight().ConvertToPx()); in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_layout_algorithm.cpp74 minItemHeight_ = static_cast<float>(theme->GetOptionMinHeight().ConvertToPx()); in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dservice_collaboration_menu_ace_helper.cpp289 : menuTheme->GetOptionMinHeight().ConvertToPx(); in CreateDeviceMenuItem()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h774 const Dimension& GetOptionMinHeight() const in GetOptionMinHeight() function