Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h137 theme->rrectSize_ = pattern->GetAttr<Dimension>("select_itself_rrect_size", 8.0_vp); in ParseNewPattern()
336 theme->rrectSize_ = rrectSize_; in ClonePartOne()
578 return rrectSize_; in GetRRectSize()
582 rrectSize_ = value; in SetRRectSize()
1178 Dimension rrectSize_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Drender_select_popup.h82 Dimension rrectSize_; variable
H A Drender_select_popup.cpp90 rrectSize_ = popup->GetPopupRRectSize(); in Update()
167 y -= NormalizeToPx(rrectSize_); in AdjustChildVerticalLayout()
315 normalPadding_ = NormalizeToPx(rrectSize_); in PerformLayout()