Searched refs:GetGutterWidth (Results 1 – 12 of 12) sorted by relevance
52 ((columns - 1) * parent_->GetGutterWidth().ConvertToPx(dipScale)); in GetWidth()100 …double offsetVp = offset * (parent_->GetColumnWidth() + parent_->GetGutterWidth().ConvertToPx(dipS… in GetOffset()
86 Dimension GridContainerInfo::GetGutterWidth() const in GetGutterWidth() function in OHOS::Ace::GridContainerInfo
113 Dimension ACE_EXPORT GetGutterWidth() const;
65 constructor->Put("gutter", info.GetGutterWidth().ToString().c_str()); in ToJsonValue()
218 …columnInfo->GetWidth(columns) + columnInfo->GetParent()->GetGutterWidth().ConvertToPx() * DOUBLENE… in GetMaxWidthByScreenSizeType()224 …columnInfo->GetWidth(columns) + columnInfo->GetParent()->GetGutterWidth().ConvertToPx() * DOUBLENE… in GetMaxWidthByScreenSizeType()
100 return node->GetGridContainerInfo()->GetGutterWidth().ToString(); in GetGutter()
97 double dipScale = NormalizeToPx(info->GetParent()->GetGutterWidth()); in GetMaxWidthBasedOnGridType()
40 float gutterWidth = columnInfo->GetParent()->GetGutterWidth().ConvertToPx(); in GetToolbarContainerMaxWidth()
51 float gutterWidth = columnInfo->GetParent()->GetGutterWidth().ConvertToPx(); in CheckWhetherNeedToHideToolbar()
68 result = std::to_string(gridContainerInfo_->GetGutterWidth().ConvertToPx(dipScale)); in CallSpecializedMethod()
268 …o maxWidth = columnInfo->GetWidth() + 2 * NormalizeToPx(columnInfo->GetParent()->GetGutterWidth()); in InnerLayout()
116 … maxWidth_ = columnInfo->GetWidth() + 2 * NormalizeToPx(columnInfo->GetParent()->GetGutterWidth()); in PerformLayout()