Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_paint_method.cpp41 …auto sideWidth = textOverlayTheme->GetMenuToolbarHeight().ConvertToPx() - padding.Top().ConvertToP… in UpdateOverlayModifier()
H A Dselect_overlay_node.cpp492 auto sideWidth = CalcLength(textOverlayTheme->GetMenuToolbarHeight().ConvertToPx() - in BuildMoreOrBackButton()
496 auto sideWidth = CalcLength(textOverlayTheme->GetMenuToolbarHeight().ConvertToPx()); in BuildMoreOrBackButton()
969 auto toolbarHeight = textOverlayTheme->GetMenuToolbarHeight(); in MoreAnimation()
1069 auto toolbarHeight = textOverlayTheme->GetMenuToolbarHeight(); in BackAnimation()
1239 offsetY = textOverlayTheme->GetMenuToolbarHeight().ConvertToPx(); in CreatExtensionMenu()
1381 auto borderRadius = textOverlayTheme->GetMenuToolbarHeight() / 2.0f; in SelectMenuAndInnerInitProperty()
1448 …auto backButtonWidth = textOverlayTheme->GetMenuToolbarHeight().ConvertToPx() - menuPadding.Top().… in GetDefaultButtonAndMenuWidth()
1924 { std::nullopt, CalcLength(textOverlayTheme->GetMenuToolbarHeight()) }); in SetSelectMenuInnerSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_theme.h208 Dimension GetMenuToolbarHeight() const in GetMenuToolbarHeight() function