Searched refs:maxLengthType (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | list_modifier.cpp | 39 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 D | node_list_modifier.cpp | 55 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 D | arkts_native_list_bridge.cpp | 53 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()
|