Searched refs:GetSizeType (Results 1 – 11 of 11) sorted by relevance
39 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::GridContainerComposedElement78 switch (node->GetGridContainerInfo()->GetSizeType()) { in GetSizeType()
37 std::string GetSizeType() const;
37 auto sizeType = parent_->GetSizeType(); in GetWidth()63 auto sizeType = parent_->GetSizeType(); in GetMaxWidth()82 auto sizeType = parent_->GetSizeType(); in GetOffset()
72 GridSizeType GridContainerInfo::GetSizeType() const in GetSizeType() function in OHOS::Ace::GridContainerInfo
111 GridSizeType GetSizeType() const;
75 …GridSizeType currentType = container->GetContainerInfo()->GetSizeType(); // working type, not UNDE… in UpdateSpan()88 …GridSizeType currentType = container->GetContainerInfo()->GetSizeType(); // working type, not UNDE… in UpdateOffset()
38 GridSizeType GetSizeType() const in GetSizeType() function
33 …return (leftGrid->GetOrder(leftGrid->GetSizeType()) < rightGrid->GetOrder(rightGrid->GetSizeType()… in OrderComparator()
64 constructor->Put("sizeType", sizeTypeStrs[static_cast<int32_t>(info.GetSizeType())].c_str()); in ToJsonValue()
70 auto sizeType = gridContainerInfo_->GetSizeType(); in CallSpecializedMethod()
1049 return parent->GetSizeType(); in GetGridSizeType()