Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_tool_bar_item.cpp220 children.emplace_back(SetPadding(textChild_, Edge(theme_->GetTextEdge()))); in BuildCommonComponent()
244 children.emplace_back(SetPadding(textChild_, Edge(theme_->GetTextEdge()))); in BuildEndItemComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_theme.h103 const Edge& GetTextEdge() const in GetTextEdge() function
H A Dvideo_element.cpp1530 rowChildren.emplace_back(SetPadding(CreateCurrentText(), Edge(theme_->GetTextEdge()))); in CreateControl()
1536 rowChildren.emplace_back(SetPadding(CreateDurationText(), Edge(theme_->GetTextEdge()))); in CreateControl()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Dtool_bar_theme.h106 const Edge& GetTextEdge() const in GetTextEdge() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_pattern.cpp1367 auto textEdge = videoTheme->GetTextEdge(); in OnModifyDone()