Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_component.h201 void SetRRectSize(const Dimension& rrectSize) in SetRRectSize() function
203 theme_->SetRRectSize(rrectSize); in SetRRectSize()
H A Dselect_theme.h580 void SetRRectSize(const Dimension& value) in SetRRectSize() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_select.cpp59 selectComponent_->SetRRectSize(theme_->GetRRectSize()); in InitializeStyle()