Home
last modified time | relevance | path

Searched refs:GetGutterWidth (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dgrid_column_info.cpp52 ((columns - 1) * parent_->GetGutterWidth().ConvertToPx(dipScale)); in GetWidth()
100 …double offsetVp = offset * (parent_->GetColumnWidth() + parent_->GetGutterWidth().ConvertToPx(dipS… in GetOffset()
H A Dgrid_container_info.cpp86 Dimension GridContainerInfo::GetGutterWidth() const in GetGutterWidth() function in OHOS::Ace::GridContainerInfo
H A Dgrid_container_info.h113 Dimension ACE_EXPORT GetGutterWidth() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_container/
H A Dgrid_container_layout_property.cpp65 constructor->Put("gutter", info.GetGutterWidth().ToString().c_str()); in ToJsonValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_layout_algorithm.cpp218 …columnInfo->GetWidth(columns) + columnInfo->GetParent()->GetGutterWidth().ConvertToPx() * DOUBLENE… in GetMaxWidthByScreenSizeType()
224 …columnInfo->GetWidth(columns) + columnInfo->GetParent()->GetGutterWidth().ConvertToPx() * DOUBLENE… in GetMaxWidthByScreenSizeType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dgrid_container_composed_element.cpp100 return node->GetGridContainerInfo()->GetGutterWidth().ToString(); in GetGutter()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Drender_tool_bar.cpp97 double dipScale = NormalizeToPx(info->GetParent()->GetGutterWidth()); in GetMaxWidthBasedOnGridType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtool_bar_layout_algorithm.cpp40 float gutterWidth = columnInfo->GetParent()->GetGutterWidth().ConvertToPx(); in GetToolbarContainerMaxWidth()
H A Dnavigation_layout_util.cpp51 float gutterWidth = columnInfo->GetParent()->GetGutterWidth().ConvertToPx(); in CheckWhetherNeedToHideToolbar()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_grid_container.cpp68 result = std::to_string(gridContainerInfo_->GetGutterWidth().ConvertToPx(dipScale)); in CallSpecializedMethod()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/panel/
H A Drender_sliding_panel.cpp268 …o maxWidth = columnInfo->GetWidth() + 2 * NormalizeToPx(columnInfo->GetParent()->GetGutterWidth()); in InnerLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
H A Drender_semi_modal.cpp116 … maxWidth_ = columnInfo->GetWidth() + 2 * NormalizeToPx(columnInfo->GetParent()->GetGutterWidth()); in PerformLayout()