Searched refs:bottomAnchor (Results 1 – 4 of 4) sorted by relevance
444 AlignRule& bottomAnchor, float& totalChainWeight) in CheckNodeInVerticalChain() argument446 std::string nextNode = bottomAnchor.anchor; in CheckNodeInVerticalChain()480 bottomAnchor = nextNodeAlignRules[AlignDirection::BOTTOM]; in CheckNodeInVerticalChain()504 AlignRule bottomAnchor = currentAlignRules[AlignDirection::BOTTOM]; in CheckVerticalChain() local513 …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()
98 std::vector<std::string>& chainNodes, AlignRule& bottomAnchor, float& totalChainWeight);
195 char* bottomAnchor; member
775 if (option.bottomAnchor != nullptr) { in FfiOHOSAceFrameworkViewAbstractSetAlignRules()777 alignRule.anchor = std::string(option.bottomAnchor); in FfiOHOSAceFrameworkViewAbstractSetAlignRules()