Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/
H A Drelative_container_layout_algorithm.cpp444 AlignRule& bottomAnchor, float& totalChainWeight) in CheckNodeInVerticalChain() argument
446 std::string nextNode = bottomAnchor.anchor; in CheckNodeInVerticalChain()
480 bottomAnchor = nextNodeAlignRules[AlignDirection::BOTTOM]; in CheckNodeInVerticalChain()
504 AlignRule bottomAnchor = currentAlignRules[AlignDirection::BOTTOM]; in CheckVerticalChain() local
513 …CheckNodeInVerticalChain(currentNode, currentAlignRules, chainNodes, bottomAnchor, totalChainWeigh… in CheckVerticalChain()
514 CHECK_NULL_VOID(IsAnchorLegal(bottomAnchor.anchor) && chainNodes.size() > 1); in CheckVerticalChain()
515 if (IsAnchorContainer(topAnchor.anchor) || IsAnchorContainer(bottomAnchor.anchor)) { in CheckVerticalChain()
521 chainParam.anchorTail = bottomAnchor; in CheckVerticalChain()
H A Drelative_container_layout_algorithm.h98 std::vector<std::string>& chainNodes, AlignRule& bottomAnchor, float& totalChainWeight);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_abstract_ffi.h195 char* bottomAnchor; member
H A Dcj_view_abstract_ffi.cpp775 if (option.bottomAnchor != nullptr) { in FfiOHOSAceFrameworkViewAbstractSetAlignRules()
777 alignRule.anchor = std::string(option.bottomAnchor); in FfiOHOSAceFrameworkViewAbstractSetAlignRules()