Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/
H A Drelative_container_layout_algorithm.h68 float totalChainWeight; member
95 AlignRule& rightAnchor, float& totalChainWeight);
98 std::vector<std::string>& chainNodes, AlignRule& bottomAnchor, float& totalChainWeight);
H A Drelative_container_layout_algorithm.cpp354 AlignRule& rightAnchor, float& totalChainWeight) in CheckNodeInHorizontalChain() argument
384 totalChainWeight += childLayoutWeight; in CheckNodeInHorizontalChain()
404 float totalChainWeight = DEFAULT_WEIGHT; in CheckHorizontalChain() local
421 totalChainWeight += std::max(childLayoutWeight, DEFAULT_WEIGHT); in CheckHorizontalChain()
434 chainParam.totalChainWeight = totalChainWeight; in CheckHorizontalChain()
444 AlignRule& bottomAnchor, float& totalChainWeight) in CheckNodeInVerticalChain() argument
474 totalChainWeight += childLayoutWeight; in CheckNodeInVerticalChain()
492 float totalChainWeight = DEFAULT_WEIGHT; in CheckVerticalChain() local
511 totalChainWeight += std::max(childLayoutWeight, DEFAULT_WEIGHT); in CheckVerticalChain()
513 …eckNodeInVerticalChain(currentNode, currentAlignRules, chainNodes, bottomAnchor, totalChainWeight); in CheckVerticalChain()
[all …]