Searched refs:minLengthType (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 | 38 void SetListLanes(NodeHandle node, int32_t lanesNum, const struct ArkUIDimensionType* minLengthType, in SetListLanes() argument 46 … Dimension(minLengthType->value, static_cast<OHOS::Ace::DimensionUnit>(minLengthType->units)); in SetListLanes() 52 … Dimension(minLengthType->value, static_cast<OHOS::Ace::DimensionUnit>(minLengthType->units)); in SetListLanes()
|
H A D | node_list_modifier.cpp | 54 …stLanes(ArkUINodeHandle node, ArkUI_Int32 lanesNum, const struct ArkUIDimensionType* minLengthType, in SetListLanes() argument 62 … Dimension(minLengthType->value, static_cast<OHOS::Ace::DimensionUnit>(minLengthType->units)); in SetListLanes() 68 … Dimension(minLengthType->value, static_cast<OHOS::Ace::DimensionUnit>(minLengthType->units)); in SetListLanes()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_list_bridge.cpp | 52 ArkUIDimensionType minLengthType; in SetListLanes() local 67 minLengthType.value = minLength.Value(); in SetListLanes() 68 minLengthType.units = static_cast<int32_t>(minLength.Unit()); in SetListLanes() 76 minLengthType.value = minLength.Value(); in SetListLanes() 77 minLengthType.units = static_cast<int32_t>(minLength.Unit()); in SetListLanes() 82 nativeNode, laneNum, &minLengthType, &maxLengthType, &gutterType); in SetListLanes()
|