Searched refs:startNodeIndex_ (Results 1 – 5 of 5) sorted by relevance
62 if (Positive(curOffset_) && startNodeIndex_ >= 0) { in Measure()70 auto startNode = layoutWrapper->GetOrCreateChildByIndex(startNodeIndex_); in Measure()107 if (Positive(curOffset_) && startNodeIndex_ >= 0) { in Layout()108 auto child = layoutWrapper->GetOrCreateChildByIndex(startNodeIndex_); in Layout()
29 … :startNodeIndex_(startNodeIndex), endNodeIndex_(endNodeIndex), childNodeIndex_(childNodeIndex) {} in ListItemLayoutAlgorithm()101 int32_t startNodeIndex_;
144 startNodeIndex_ = host->GetChildIndexById(startNode->GetId()); in SetStartNode()145 if (childNodeIndex_ >= startNodeIndex_) { in SetStartNode()148 if (endNodeIndex_ >= startNodeIndex_) { in SetStartNode()160 host->RemoveChildAtIndex(startNodeIndex_); in SetStartNode()162 if (endNodeIndex_ > startNodeIndex_) { in SetStartNode()165 if (childNodeIndex_ > startNodeIndex_) { in SetStartNode()168 startNodeIndex_ = -1; in SetStartNode()183 if (startNodeIndex_ >= endNodeIndex_) { in SetEndNode()184 startNodeIndex_++; in SetEndNode()197 if (startNodeIndex_ > endNodeIndex_) { in SetEndNode()[all …]
114 return startNodeIndex_ >= 0; in HasStartNode()273 int32_t startNodeIndex_ = -1; variable
937 EXPECT_EQ(listItemPattern->startNodeIndex_, -1);