Home
last modified time | relevance | path

Searched refs:GetSizeType (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dgrid_container_composed_element.cpp39 std::string("sizeType: ").append(GetSizeType())); in Dump()
59 jsonStr->Put("sizeType", GetSizeType().c_str()); in GetConstructor()
74 std::string GridContainerComposedElement::GetSizeType() const in GetSizeType() function in OHOS::Ace::V2::GridContainerComposedElement
78 switch (node->GetGridContainerInfo()->GetSizeType()) { in GetSizeType()
H A Dgrid_container_composed_element.h37 std::string GetSizeType() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dgrid_column_info.cpp37 auto sizeType = parent_->GetSizeType(); in GetWidth()
63 auto sizeType = parent_->GetSizeType(); in GetMaxWidth()
82 auto sizeType = parent_->GetSizeType(); in GetOffset()
H A Dgrid_container_info.cpp72 GridSizeType GridContainerInfo::GetSizeType() const in GetSizeType() function in OHOS::Ace::GridContainerInfo
H A Dgrid_container_info.h111 GridSizeType GetSizeType() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dgrid_property.cpp75 …GridSizeType currentType = container->GetContainerInfo()->GetSizeType(); // working type, not UNDE… in UpdateSpan()
88 …GridSizeType currentType = container->GetContainerInfo()->GetSizeType(); // working type, not UNDE… in UpdateOffset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/
H A Drender_grid_col.h38 GridSizeType GetSizeType() const in GetSizeType() function
H A Drender_grid_row.cpp33 …return (leftGrid->GetOrder(leftGrid->GetSizeType()) < rightGrid->GetOrder(rightGrid->GetSizeType()… in OrderComparator()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_container/
H A Dgrid_container_layout_property.cpp64 constructor->Put("sizeType", sizeTypeStrs[static_cast<int32_t>(info.GetSizeType())].c_str()); in ToJsonValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_grid_container.cpp70 auto sizeType = gridContainerInfo_->GetSizeType(); in CallSpecializedMethod()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_layout_algorithm.cpp1049 return parent->GetSizeType(); in GetGridSizeType()