Searched refs:contentSpacing_ (Results 1 – 6 of 6) sorted by relevance
32 contentSpacing_(Dimension(contentSpacing, DimensionUnit::PX)) in WrapComponent()59 return contentSpacing_; in GetContentSpacing()64 contentSpacing_ = contentSpacing; in SetContentSpacing()150 Dimension contentSpacing_; variable
92 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 …]
118 Dimension contentSpacing_; variable
68 … 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
90 double contentSpacing_ = 0.0; variable
204 …wrapChild_ = AceType::MakeRefPtr<WrapComponent>(spacing_, contentSpacing_, std::list<RefPtr<Compon… in CreateOrUpdateWrap()