Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_component.h197 const Dimension& GetRRectSize() const in GetRRectSize() function
199 return theme_->GetRRectSize(); in GetRRectSize()
H A Dselect_theme.h576 const Dimension& GetRRectSize() const in GetRRectSize() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_select.cpp59 selectComponent_->SetRRectSize(theme_->GetRRectSize()); in InitializeStyle()