Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H A Dwrap_component.h32 contentSpacing_(Dimension(contentSpacing, DimensionUnit::PX)) in WrapComponent()
59 return contentSpacing_; in GetContentSpacing()
64 contentSpacing_ = contentSpacing; in SetContentSpacing()
150 Dimension contentSpacing_; member in OHOS::Ace::WrapComponent
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Drender_select_popup.cpp95 contentSpacing_ = popup->GetContentSpacing(); in Update()
124 if (leftSpace >= contentSpacing_.Value() + size.Width() + horizontalSpacing_.Value()) { in AdjustTvChildHorizontalLayout()
126 x = selectLeftTop_.GetX() - contentSpacing_.Value() - width; in AdjustTvChildHorizontalLayout()
130 width = leftSpace - contentSpacing_.Value() - horizontalSpacing_.Value(); in AdjustTvChildHorizontalLayout()
134 x = selectRightBottom_.GetX() + contentSpacing_.Value(); in AdjustTvChildHorizontalLayout()
135 if (rightSpace >= contentSpacing_.Value() + size.Width() + horizontalSpacing_.Value()) { in AdjustTvChildHorizontalLayout()
139 width = rightSpace - contentSpacing_.Value() - horizontalSpacing_.Value(); in AdjustTvChildHorizontalLayout()
143 if (rightSpace >= contentSpacing_.Value() + size.Width() + horizontalSpacing_.Value()) { in AdjustTvChildHorizontalLayout()
145 x = selectRightBottom_.GetX() + contentSpacing_.Value(); in AdjustTvChildHorizontalLayout()
149 width = rightSpace - contentSpacing_ in AdjustTvChildHorizontalLayout()
[all...]
H A Drender_select_popup.h118 Dimension contentSpacing_; member in OHOS::Ace::RenderSelectPopup
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_div.h90 double contentSpacing_ = 0.0; member in OHOS::Ace::Framework::DOMDiv
H A Ddom_div.cpp207 wrapChild_ = AceType::MakeRefPtr<WrapComponent>(spacing_, contentSpacing_, std::list<RefPtr<Component>>()); in CreateOrUpdateWrap()
/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h148 theme->contentSpacing_ = pattern->GetAttr<Dimension>("select_popup_spacing_content", 0.0_vp); in ParseNewPattern()
349 theme->contentSpacing_ = contentSpacing_; in ClonePartOne()
710 return contentSpacing_; in GetContentSpacing()
714 contentSpacing_ = contentSpacing; in SetContentSpacing()
1190 Dimension contentSpacing_; member in OHOS::Ace::final

Completed in 5 milliseconds