Searched refs:flexWrapper (Results 1 – 1 of 1) sorted by relevance
124 auto flexWrapper = layoutWrapper->GetOrCreateChildByIndex(1); in SelfMeasure() local125 CHECK_NULL_VOID(flexWrapper); in SelfMeasure()126 …auto flexLayoutProperty = AceType::DynamicCast<LinearLayoutProperty>(flexWrapper->GetLayoutPropert… in SelfMeasure()128 auto flexGeometryNode = flexWrapper->GetGeometryNode(); in SelfMeasure()136 flexWrapper->Measure(flexLayoutConstraint); in SelfMeasure()140 for (int32_t i = 0; i < flexWrapper->GetTotalChildCount(); i++) { in SelfMeasure()141 auto child = flexWrapper->GetChildByIndex(i); in SelfMeasure()