Home
last modified time | relevance | path

Searched defs:ArkUIWaterFlowModifierAPI (Results 1 – 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dapi.h1251 struct ArkUIWaterFlowModifierAPI { struct
1252 void (*ResetColumnsTemplate)(NodeHandle node);
1253 void (*SetColumnsTemplate)(NodeHandle node, const char* value);
1254 void (*ResetRowsTemplate)(NodeHandle node);
1255 void (*SetRowsTemplate)(NodeHandle node, const char* value);
1256 void (*ResetWaterFlowEnableScrollInteraction)(NodeHandle node);
1257 void (*SetWaterFlowEnableScrollInteraction)(NodeHandle node, bool value);
1258 void (*SetColumnsGap)(NodeHandle node, double value, int32_t unit, const char* calcValue);
1259 void (*ResetColumnsGap)(NodeHandle node);
1260 void (*SetRowsGap)(NodeHandle node, double value, int32_t unit, const char* calcValue);
[all …]