Searched refs:lanesNum (Results 1 – 7 of 7) 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 43 if (lanesNum > 0) { in SetListLanes() 44 ListModelNG::SetLanes(frameNode, lanesNum); in SetListLanes()
|
H A D | node_list_modifier.cpp | 54 void SetListLanes(ArkUINodeHandle node, ArkUI_Int32 lanesNum, const struct ArkUIDimensionType* minL… in SetListLanes() argument 59 if (lanesNum > 0) { in SetListLanes() 60 ListModelNG::SetLanes(frameNode, lanesNum); in SetListLanes()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkList.ts | 318 getUINativeModule().list.setListLanes(node, this.value.lanesNum, 667 opt.lanesNum = undefined; 669 opt.lanesNum = value as number;
|
H A D | ArkClassDefine.ts | 1267 lanesNum: number | undefined; 1272 this.lanesNum = undefined; 1279 return (this.lanesNum === another.lanesNum && this.minLength === another.minLength
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 16221 this.lanesNum = undefined; 16227 return (this.lanesNum === another.lanesNum && this.minLength === another.minLength 27093 …getUINativeModule().list.setListLanes(node, this.value.lanesNum, this.value.minLength, this.value.… 27421 opt.lanesNum = undefined; 27424 opt.lanesNum = value;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 829 …void (*setListLanes)(ArkUINodeHandle node, ArkUI_Int32 lanesNum, const struct ArkUIDimensionType* …
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 2364 …void (*setListLanes)(ArkUINodeHandle node, ArkUI_Int32 lanesNum, const struct ArkUIDimensionType* …
|