Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_theme.h93 const Size& GetBtnSize() const in GetBtnSize() function
H A Drender_texture.cpp73 … controlsHeight_ += NormalizeToPx(Dimension(videoTheme->GetBtnSize().Height(), DimensionUnit::VP)); in InitControlsHeight()
H A Dvideo_element.cpp1453 const Size& btnSize = theme_->GetBtnSize(); in CreatePlayBtn()
1488 const Size& btnSize = theme_->GetBtnSize(); in CreateFullScreenBtn()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_layout_algorithm.cpp39 … pipelineContext->NormalizeToPx(Dimension(videoTheme->GetBtnSize().Height(), DimensionUnit::VP)); in CalControlBarHeight()
H A Dvideo_pattern.cpp1405 auto btnSize = videoTheme->GetBtnSize(); in OnModifyDone()