Searched refs:StringToColorInt (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 330 uint32_t StringToColorInt(const char* string, uint32_t defaultValue = 0) in StringToColorInt() function 7102 double defaultBackgroundColor = StringToColorInt("#00000000", 0); in SetSwiperShowDisplayArrow() 7103 double defaultArrowColor = StringToColorInt("#FF182431", 0); in SetSwiperShowDisplayArrow() 7813 ArkUI_Uint32 color = StringToColorInt(params[NUM_0].c_str(), DEFAULT_PICKER_STYLE_COLOR); in SetDatePickerDisappearTextStyle() 7854 ArkUI_Uint32 color = StringToColorInt(params[NUM_0].c_str(), DEFAULT_PICKER_STYLE_COLOR); in SetDatePickerTextStyle() 7895 ArkUI_Uint32 color = StringToColorInt(params[NUM_0].c_str(), DEFAULT_PICKER_SELECTED_COLOR); in SetDatePickerSelectedTextStyle() 8002 ArkUI_Uint32 color = StringToColorInt(params[NUM_0].c_str(), DEFAULT_PICKER_STYLE_COLOR); in SetTimePickerDisappearTextStyle() 8043 ArkUI_Uint32 color = StringToColorInt(params[NUM_0].c_str(), DEFAULT_PICKER_STYLE_COLOR); in SetTimePickerTextStyle() 8085 ArkUI_Uint32 color = StringToColorInt(params[NUM_0].c_str(), DEFAULT_PICKER_SELECTED_COLOR); in SetTimePickerSelectedTextStyle() 8127 ArkUI_Uint32 color = StringToColorInt(params[NUM_0].c_str(), DEFAULT_PICKER_STYLE_COLOR); in SetTextPickerDisappearTextStyle() [all …]
|