Home
last modified time | relevance | path

Searched refs:chainWeight (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-location.md227 ## chainWeight<sup>14+</sup>
229 chainWeight(chainWeight: ChainWeightOptions)
241 | chainWeight | [ChainWeightOptions](ts-types.md#chainweightoptions14对象说明) | 是 | 设置了chainWeight属…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-location.md227 ## chainWeight<sup>14+</sup>
229 chainWeight(chainWeight: ChainWeightOptions)
241chainWeight | [ChainWeightOptions](ts-types.md#chainweightoptions14) | Yes | Layout weight of th…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/
H A Drelative_container_layout_algorithm.cpp925 auto chainWeight = (direction == LineDirection::HORIZONTAL) ? in CalcChainWeightSize() local
928 …childIdealSize = chains[chainName].remainingSpace * chainWeight / chains[chainName].totalChainWeig… in CalcChainWeightSize()