Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dapi.h645 struct ArkUITimepickerModifierAPI { struct
646 void (*SetTimepickerBackgroundColor)(NodeHandle node, uint32_t color);
647 …pickerDisappearTextStyle)(NodeHandle node, uint32_t color, const char *fontInfo, int32_t styleVal);
648 …(*SetTimepickerTextStyle)(NodeHandle node, uint32_t color, const char *fontInfo, int32_t styleVal);
649 …epickerSelectedTextStyle)(NodeHandle node, uint32_t color, const char *fontInfo, int32_t styleVal);
650 void (*ResetTimepickerDisappearTextStyle)(NodeHandle node);
651 void (*ResetTimepickerTextStyle)(NodeHandle node);
652 void (*ResetTimepickerSelectedTextStyle)(NodeHandle node);
653 void (*ResetTimepickerBackgroundColor)(NodeHandle node);
654 void (*SetTimepickerUseMilitaryTime)(NodeHandle node, bool isUseMilitaryTime);
[all …]