Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dlist_modifier.cpp39 const struct ArkUIDimensionType* maxLengthType, const struct ArkUIDimensionType* gutterType) in SetListLanes() argument
48 … Dimension(maxLengthType->value, static_cast<OHOS::Ace::DimensionUnit>(maxLengthType->units)); in SetListLanes()
54 … Dimension(maxLengthType->value, static_cast<OHOS::Ace::DimensionUnit>(maxLengthType->units)); in SetListLanes()
H A Dnode_list_modifier.cpp55 const struct ArkUIDimensionType* maxLengthType, const struct ArkUIDimensionType* gutterType) in SetListLanes() argument
64 … Dimension(maxLengthType->value, static_cast<OHOS::Ace::DimensionUnit>(maxLengthType->units)); in SetListLanes()
70 … Dimension(maxLengthType->value, static_cast<OHOS::Ace::DimensionUnit>(maxLengthType->units)); in SetListLanes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_list_bridge.cpp53 ArkUIDimensionType maxLengthType; in SetListLanes() local
69 maxLengthType.value = maxLength.Value(); in SetListLanes()
70 maxLengthType.units = static_cast<int32_t>(maxLength.Unit()); in SetListLanes()
78 maxLengthType.value = maxLength.Value(); in SetListLanes()
79 maxLengthType.units = static_cast<int32_t>(maxLength.Unit()); in SetListLanes()
82 nativeNode, laneNum, &minLengthType, &maxLengthType, &gutterType); in SetListLanes()