Home
last modified time | relevance | path

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

/foundation/ace/ace_engine/frameworks/core/components/wrap/
Dwrap_component.h32 contentSpacing_(Dimension(contentSpacing, DimensionUnit::PX)) in WrapComponent()
59 return contentSpacing_; in GetContentSpacing()
64 contentSpacing_ = contentSpacing; in SetContentSpacing()
150 Dimension contentSpacing_; variable
/foundation/ace/ace_engine/frameworks/core/components/select_popup/
Drender_select_popup.cpp92 contentSpacing_ = popup->GetContentSpacing(); in Update()
121 if (leftSpace >= contentSpacing_.Value() + size.Width() + horizontalSpacing_.Value()) { in AdjustTvChildHorizontalLayout()
123 x = selectLeftTop_.GetX() - contentSpacing_.Value() - width; in AdjustTvChildHorizontalLayout()
127 width = leftSpace - contentSpacing_.Value() - horizontalSpacing_.Value(); in AdjustTvChildHorizontalLayout()
131 x = selectRightBottom_.GetX() + contentSpacing_.Value(); in AdjustTvChildHorizontalLayout()
132 if (rightSpace >= contentSpacing_.Value() + size.Width() + horizontalSpacing_.Value()) { in AdjustTvChildHorizontalLayout()
136 width = rightSpace - contentSpacing_.Value() - horizontalSpacing_.Value(); in AdjustTvChildHorizontalLayout()
140 if (rightSpace >= contentSpacing_.Value() + size.Width() + horizontalSpacing_.Value()) { in AdjustTvChildHorizontalLayout()
142 x = selectRightBottom_.GetX() + contentSpacing_.Value(); in AdjustTvChildHorizontalLayout()
146 width = rightSpace - contentSpacing_.Value() - horizontalSpacing_.Value(); in AdjustTvChildHorizontalLayout()
[all …]
Drender_select_popup.h118 Dimension contentSpacing_; variable
/foundation/ace/ace_engine/frameworks/core/components/select/
Dselect_theme.h68 … theme->contentSpacing_ = themeConstants->GetDimension(THEME_SELECT_POPUP_SPACING_CONTENT); in Build()
145 theme->contentSpacing_ = contentSpacing_; in clone()
399 return contentSpacing_; in GetContentSpacing()
403 contentSpacing_ = contentSpacing; in SetContentSpacing()
523 Dimension contentSpacing_; variable
/foundation/ace/ace_engine/frameworks/bridge/common/dom/
Ddom_div.h90 double contentSpacing_ = 0.0; variable
Ddom_div.cpp204 …wrapChild_ = AceType::MakeRefPtr<WrapComponent>(spacing_, contentSpacing_, std::list<RefPtr<Compon… in CreateOrUpdateWrap()