Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Drender_select_popup.cpp184 height = bottomSpace - 2.0 * normalPadding_; in AdjustChildVerticalLayout()
195 y = normalPadding_; in AdjustChildVerticalLayout()
197 height = topSpace - 2.0 * normalPadding_; in AdjustChildVerticalLayout()
211 width = (space > size.Width() + normalPadding_ ? size.Width() : space - normalPadding_); in AdjustChildHorizontalLayout()
215 … width = (rightSpace > size.Width() + normalPadding_ ? size.Width() : rightSpace - normalPadding_); in AdjustChildHorizontalLayout()
223 x = selectLeftTop_.GetX() + normalPadding_; in AdjustChildHorizontalLayout()
229 x = selectLeftTop_.GetX() + normalPadding_; in AdjustChildHorizontalLayout()
231 width = rightSpace - 2.0 * normalPadding_; in AdjustChildHorizontalLayout()
242 x = normalPadding_; in AdjustChildHorizontalLayout()
244 width = leftSpace - 2.0 * normalPadding_; in AdjustChildHorizontalLayout()
[all …]
H A Drender_select_popup.h124 double normalPadding_ = 0.0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_element.h63 Dimension normalPadding_; variable
H A Dselect_theme.h142 theme->normalPadding_ = pattern->GetAttr<Dimension>("select_normal_padding", 16.0_vp); in ParseNewPattern()
338 theme->normalPadding_ = normalPadding_; in ClonePartOne()
623 return normalPadding_; in GetNormalPadding()
627 normalPadding_ = value; in SetNormalPadding()
1180 Dimension normalPadding_; variable
H A Dselect_element.cpp68 normalPadding_ = component->GetNormalPadding(); in PerformBuild()