Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h139 … theme->popupShadowWidth_ = pattern->GetAttr<Dimension>("select_popup_shadow_width", 60.0_vp); in ParseNewPattern()
342 theme->popupShadowWidth_ = popupShadowWidth_; in ClonePartOne()
605 return popupShadowWidth_; in GetPopupShadowWidth()
609 popupShadowWidth_ = value; in SetPopupShadowWidth()
1184 Dimension popupShadowWidth_; variable