Home
last modified time | relevance | path

Searched refs:SetDialogBackgroundColor (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcustom_dialog_model.h53 ArkUI_Int32 SetDialogBackgroundColor(ArkUIDialogHandle handle, ArkUI_Uint32 backgroundColor);
H A Dnode_api.cpp1756 ArkUI_Int32 SetDialogBackgroundColor(ArkUIDialogHandle handle, uint32_t backgroundColor) in SetDialogBackgroundColor() function
1758 return CustomDialog::SetDialogBackgroundColor(handle, backgroundColor); in SetDialogBackgroundColor()
1817 SetDialogBackgroundColor, in GetDialogAPI()
2244 SetDialogBackgroundColor, in GetCJUIDialogAPI()
H A Dcustom_dialog_model.cpp254 ArkUI_Int32 SetDialogBackgroundColor(ArkUIDialogHandle controllerHandler, ArkUI_Uint32 backgroundCo… in SetDialogBackgroundColor() function