Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_theme.h183 const Dimension& GetMenuSpacingWithText() const in GetMenuSpacingWithText() function
H A Dtext_overlay_component.h110 const Dimension& GetMenuSpacingWithText() const;
H A Dtext_overlay_component.cpp82 menuSpacingWithText_ = theme_->GetMenuSpacingWithText(); in InitThemeStyle()
559 const Dimension& TextOverlayComponent::GetMenuSpacingWithText() const in GetMenuSpacingWithText() function in OHOS::Ace::TextOverlayComponent
H A Drender_text_overlay.cpp162 menuSpacingWithText_ = overlay->GetMenuSpacingWithText(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_layout_algorithm.cpp107 double menuSpacingBetweenText = theme->GetMenuSpacingWithText().ConvertToPx(); in CalculateCustomMenuLayoutConstraint()
289 double menuSpacingBetweenText = theme->GetMenuSpacingWithText().ConvertToPx(); in ComputeSelectMenuPosition()
625 double menuSpacingBetweenText = theme->GetMenuSpacingWithText().ConvertToPx(); in NewMenuAvoidStrategy()