Searched refs:mesureLayout (Results 1 – 1 of 1) sorted by relevance
44 auto mesureLayout = layoutProperty->GetCalcLayoutConstraint()->selfIdealSize; in CheckSize() local45 EXPECT_EQ(mesureLayout.has_value(), true); in CheckSize()46 EXPECT_EQ(mesureLayout->Width().has_value(), true); in CheckSize()47 EXPECT_EQ(mesureLayout->Height().has_value(), true); in CheckSize()