Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_component.h210 void SetPopupShadowWidth(const Dimension& popupShadowWidth) in SetPopupShadowWidth() function
212 theme_->SetPopupShadowWidth(popupShadowWidth); in SetPopupShadowWidth()
H A Dselect_theme.h607 void SetPopupShadowWidth(const Dimension& value) in SetPopupShadowWidth() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_select.cpp61 selectComponent_->SetPopupShadowWidth(theme_->GetPopupShadowWidth()); in InitializeStyle()