Home
last modified time | relevance | path

Searched refs:flexWrapper (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_picker_layout_algorithm.cpp124 auto flexWrapper = layoutWrapper->GetOrCreateChildByIndex(1); in SelfMeasure() local
125 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()