Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcustom_dialog_model.h57 ArkUI_Int32 EnableDialogCustomStyle(ArkUIDialogHandle handle, bool enableCustomStyle);
H A Dnode_api.cpp1772 ArkUI_Int32 EnableDialogCustomStyle(ArkUIDialogHandle handle, ArkUI_Bool enableCustomStyle) in EnableDialogCustomStyle() function
1774 return CustomDialog::EnableDialogCustomStyle(handle, enableCustomStyle); in EnableDialogCustomStyle()
1820 EnableDialogCustomStyle, in GetDialogAPI()
2247 EnableDialogCustomStyle, in GetCJUIDialogAPI()
H A Dcustom_dialog_model.cpp277 ArkUI_Int32 EnableDialogCustomStyle(ArkUIDialogHandle controllerHandler, bool enableCustomStyle) in EnableDialogCustomStyle() function