Home
last modified time | relevance | path

Searched refs:GetPopupBorderWidth (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_component.h215 const Dimension& GetPopupBorderWidth() const in GetPopupBorderWidth() function
217 return theme_->GetPopupBorderWidth(); in GetPopupBorderWidth()
H A Dselect_theme.h594 const Dimension& GetPopupBorderWidth() const in GetPopupBorderWidth() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.h77 return theme_->GetPopupBorderWidth(); in GetBorderWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_select.cpp60 selectComponent_->SetPopupBorderWidth(theme_->GetPopupBorderWidth()); in InitializeStyle()