Searched refs:GetRowEnd (Results 1 – 8 of 8) sorted by relevance
28 { "rowEnd", [](const GridItemComposedElement& inspector) { return inspector.GetRowEnd(); } }, in __anon5896ddb00302()43 std::string("rowEnd: ").append(GetRowEnd())); in Dump()77 std::string GridItemComposedElement::GetRowEnd() const in GetRowEnd() function in OHOS::Ace::V2::GridItemComposedElement85 if (renderGripItem->GetRowEnd() == 0) { in GetRowEnd()88 return std::to_string(renderGripItem->GetRowEnd() - 1); in GetRowEnd()
37 std::string GetRowEnd() const;
59 int32_t GetRowEnd() const in GetRowEnd() function
298 property->GetRowEnd().has_value() in DumpAdvanceInfo()299 ? DumpLog::GetInstance().AddDesc("RowEnd:" + std::to_string(property->GetRowEnd().value())) in DumpAdvanceInfo()
250 … rect.rowSpan = std::max(childLayoutProperty->GetRowEnd().value_or(-1) - rect.rowStart + 1, 1); in GetItemRect()
144 EXPECT_EQ(layoutProperty->GetRowEnd(), 2);
336 EXPECT_EQ(layoutProperty->GetRowEnd(), NULL_VALUE);
709 if (itemLayoutProperty->GetRowEnd().has_value()) { in NeedAdjust()710 currentItemRowEnd_ = itemLayoutProperty->GetRowEnd().value_or(-1); in NeedAdjust()