Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_layout_algorithm.cpp40 controlsHeight += pipelineContext->NormalizeToPx(videoTheme->GetBtnEdge().Top()); in CalControlBarHeight()
41 controlsHeight += pipelineContext->NormalizeToPx(videoTheme->GetBtnEdge().Bottom()); in CalControlBarHeight()
H A Dvideo_pattern.cpp1397 auto btnEdge = videoTheme->GetBtnEdge(); in OnModifyDone()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Drender_texture.cpp74 controlsHeight_ += NormalizeToPx(videoTheme->GetBtnEdge().Top()); in InitControlsHeight()
75 controlsHeight_ += NormalizeToPx(videoTheme->GetBtnEdge().Bottom()); in InitControlsHeight()
H A Dvideo_theme.h98 const Edge& GetBtnEdge() const in GetBtnEdge() function
H A Dvideo_element.cpp1528 rowChildren.emplace_back(SetPadding(CreatePlayBtn(), Edge(theme_->GetBtnEdge()))); in CreateControl()
1539 rowChildren.emplace_back(SetPadding(CreateFullScreenBtn(), Edge(theme_->GetBtnEdge()))); in CreateControl()