Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dlist_modifier.cpp38 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 Dnode_list_modifier.cpp54 …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 Darkts_native_list_bridge.cpp52 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()