Searched refs:IsRootMeasureNode (Results 1 – 6 of 6) sorted by relevance
140 bool IsRootMeasureNode() const in IsRootMeasureNode() function
173 bool IsRootMeasureNode() const in IsRootMeasureNode() function
206 CHECK_NULL_VOID(layoutWrapper && layoutWrapper->IsRootMeasureNode()); in WillLayout()223 bool isRoot = layoutWrapper->IsRootMeasureNode(); in DidLayout()
433 EXPECT_TRUE(layoutWrapper->IsRootMeasureNode());
159 EXPECT_FALSE(node->IsRootMeasureNode());162 EXPECT_TRUE(node->IsRootMeasureNode());
4137 if (IsRootMeasureNode()) { in Layout()4209 if (geometryTransition != nullptr && !IsRootMeasureNode()) { in Layout()