Home
last modified time | relevance | path

Searched refs:rightAnchor (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.cpp354 AlignRule& rightAnchor, float& totalChainWeight) in CheckNodeInHorizontalChain() argument
356 std::string nextNode = rightAnchor.anchor; in CheckNodeInHorizontalChain()
390 rightAnchor = nextNodeAlignRules[AlignDirection::RIGHT]; in CheckNodeInHorizontalChain()
414 AlignRule rightAnchor = currentAlignRules[AlignDirection::RIGHT]; in CheckHorizontalChain() local
423 …CheckNodeInHorizontalChain(currentNode, currentAlignRules, chainNodes, rightAnchor, totalChainWeig… in CheckHorizontalChain()
424 CHECK_NULL_VOID(IsAnchorLegal(rightAnchor.anchor) && chainNodes.size() > 1); in CheckHorizontalChain()
425 if (IsAnchorContainer(leftAnchor.anchor) || IsAnchorContainer(rightAnchor.anchor)) { in CheckHorizontalChain()
431 chainParam.anchorTail = rightAnchor; in CheckHorizontalChain()
H A Drelative_container_layout_algorithm.h95 AlignRule& rightAnchor, float& totalChainWeight);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_abstract_ffi.h189 char* rightAnchor; member
H A Dcj_view_abstract_ffi.cpp757 if (option.rightAnchor != nullptr) { in FfiOHOSAceFrameworkViewAbstractSetAlignRules()
759 alignRule.anchor = std::string(option.rightAnchor); in FfiOHOSAceFrameworkViewAbstractSetAlignRules()