Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/
H A Drelative_container_layout_algorithm.cpp363 const auto& nextNodeFlexItem = nextNodeWrapper->GetLayoutProperty()->GetFlexItemProperty(); in CheckNodeInHorizontalChain() local
364 if (!nextNodeFlexItem) { in CheckNodeInHorizontalChain()
367 AlignRulesItem nextNodeAlignRules = nextNodeFlexItem->GetAlignRulesValue(); in CheckNodeInHorizontalChain()
381 childLayoutWeight = nextNodeFlexItem->GetChainWeight()->first.value_or(0.0f); in CheckNodeInHorizontalChain()
453 const auto& nextNodeFlexItem = nextNodeWrapper->GetLayoutProperty()->GetFlexItemProperty(); in CheckNodeInVerticalChain() local
454 if (!nextNodeFlexItem) { in CheckNodeInVerticalChain()
457 AlignRulesItem nextNodeAlignRules = nextNodeFlexItem->GetAlignRulesValue(); in CheckNodeInVerticalChain()
471 childLayoutWeight = nextNodeFlexItem->GetChainWeight()->second.value_or(0.0f); in CheckNodeInVerticalChain()