Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_component.cpp179 backDecoration->SetBorderRadius(Radius(theme_->GetMenuButtonHeight())); in BuildToolBar()
216 button->SetHeight(theme_->GetMenuButtonHeight()); in BuildButton()
217 button->SetRectRadius(theme_->GetMenuButtonHeight() / 2.0); in BuildButton()
240 button->SetHeight(theme_->GetMenuButtonHeight()); in BuildMoreIconButton()
241 button->SetWidth(theme_->GetMenuButtonHeight()); in BuildMoreIconButton()
242 button->SetRectRadius(theme_->GetMenuButtonHeight() / 2.0); in BuildMoreIconButton()
255 clip->SetTopLeftRadius(Radius(theme_->GetMenuButtonHeight())); in BuildAnimation()
256 clip->SetTopRightRadius(Radius(theme_->GetMenuButtonHeight())); in BuildAnimation()
257 clip->SetBottomLeftRadius(Radius(theme_->GetMenuButtonHeight())); in BuildAnimation()
258 clip->SetBottomRightRadius(Radius(theme_->GetMenuButtonHeight())); in BuildAnimation()
[all …]
H A Dtext_overlay_theme.h198 const Dimension& GetMenuButtonHeight() const in GetMenuButtonHeight() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_node.cpp120 auto buttonHeight = textOverlayTheme->GetMenuButtonHeight(); in SetResponseRegion()
182 { CalcLength(buttonWidth), CalcLength(textOverlayTheme->GetMenuButtonHeight()) }); in BuildPasteButton()
273 { CalcLength(buttonWidth), CalcLength(textOverlayTheme->GetMenuButtonHeight()) }); in BuildButton()
367 { CalcLength(contentWidth), CalcLength(textOverlayTheme->GetMenuButtonHeight()) }); in BuildButton()
465 { CalcLength(contentWidth), CalcLength(textOverlayTheme->GetMenuButtonHeight()) }); in BuildCreateMenuItemButton()