Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_component.h219 void SetPopupBorderWidth(const Dimension& popupBorderWidth) in SetPopupBorderWidth() function
221 theme_->SetPopupBorderWidth(popupBorderWidth); in SetPopupBorderWidth()
H A Dselect_theme.h598 void SetPopupBorderWidth(const Dimension& value) in SetPopupBorderWidth() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_select.cpp60 selectComponent_->SetPopupBorderWidth(theme_->GetPopupBorderWidth()); in InitializeStyle()