Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h138 … theme->popupBorderWidth_ = pattern->GetAttr<Dimension>("select_popup_border_width", 2.0_vp); in ParseNewPattern()
343 theme->popupBorderWidth_ = popupBorderWidth_; in ClonePartOne()
596 return popupBorderWidth_; in GetPopupBorderWidth()
600 popupBorderWidth_ = value; in SetPopupBorderWidth()
1183 Dimension popupBorderWidth_; variable