Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dapi.h511 struct ArkUICounterModifierAPI { struct
512 void (*SetEnableInc)(NodeHandle node, bool value);
513 void (*ReSetEnableInc)(NodeHandle node);
514 void (*SetEnableDec)(NodeHandle node, bool value);
515 void (*ReSetEnableDec)(NodeHandle node);
516 void (*SetCounterHeight)(NodeHandle node, double value, int unit);
517 void (*ResetCounterHeight)(NodeHandle node);
518 void (*SetCounterWidth)(NodeHandle node, double value, int unit);
519 void (*ResetCounterWidth)(NodeHandle node);
520 void (*SetCounterBackgroundColor)(NodeHandle node, uint32_t color);
[all …]