Home
last modified time | relevance | path

Searched defs:ChainParam (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.h60 struct ChainParam struct
62 std::vector<std::string> ids;
63 std::map<std::string, std::optional<float>> itemSize;
64 AlignRule anchorHead;
65 AlignRule anchorTail;
66 ChainStyle chainStyle;
67 BiasPair bias;
68 float totalChainWeight;
69 float remainingSpace = 0.0f; // default
70 bool isCalculated = false;
[all …]