Searched refs:GetRowStart (Results 1 – 8 of 8) sorted by relevance
27 … { "rowStart", [](const GridItemComposedElement& inspector) { return inspector.GetRowStart(); } }, in __anon5896ddb00202()41 std::string("rowStart: ").append(GetRowStart())); in Dump()61 std::string GridItemComposedElement::GetRowStart() const in GetRowStart() function in OHOS::Ace::V2::GridItemComposedElement69 if (renderGripItem->GetRowStart() == -1) { in GetRowStart()72 return std::to_string(renderGripItem->GetRowStart()); in GetRowStart()
36 std::string GetRowStart() const;
51 int32_t GetRowStart() const in GetRowStart() function
295 property->GetRowStart().has_value() in DumpAdvanceInfo()296 … ? DumpLog::GetInstance().AddDesc("RowStart:" + std::to_string(property->GetRowStart().value())) in DumpAdvanceInfo()
248 rect.rowStart = childLayoutProperty->GetRowStart().value_or(-1); in GetItemRect()
143 EXPECT_EQ(layoutProperty->GetRowStart(), 1);
335 EXPECT_EQ(layoutProperty->GetRowStart(), NULL_VALUE);
703 if (itemLayoutProperty->GetRowStart().has_value()) { in NeedAdjust()704 currentItemRowStart_ = itemLayoutProperty->GetRowStart().value_or(-1); in NeedAdjust()