Home
last modified time | relevance | path

Searched refs:enableCustomStyle (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcustom_dialog_model.h34 ArkUI_Int32 enableCustomStyle; member
57 ArkUI_Int32 EnableDialogCustomStyle(ArkUIDialogHandle handle, bool enableCustomStyle);
H A Dcustom_dialog_model.cpp52 .enableCustomStyle = false, in CreateDialog()
154 dialogProperties.customStyle = controllerHandler->enableCustomStyle; in ParseDialogProperties()
277 ArkUI_Int32 EnableDialogCustomStyle(ArkUIDialogHandle controllerHandler, bool enableCustomStyle) in EnableDialogCustomStyle() argument
280 controllerHandler->enableCustomStyle = enableCustomStyle; in EnableDialogCustomStyle()
H A Dnode_api.cpp1771 ArkUI_Int32 EnableDialogCustomStyle(ArkUIDialogHandle handle, ArkUI_Bool enableCustomStyle) in EnableDialogCustomStyle() argument
1773 return CustomDialog::EnableDialogCustomStyle(handle, enableCustomStyle); in EnableDialogCustomStyle()
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_dialog.h180 * @param enableCustomStyle Specifies whether to use a custom style for the dialog box.
187 int32_t (*enableCustomStyle)(ArkUI_NativeDialogHandle handle, bool enableCustomStyle); member
/foundation/arkui/ace_engine/interfaces/native/node/
H A Ddialog_model.cpp141 int32_t EnableCustomStyle(ArkUI_NativeDialogHandle handle, bool enableCustomStyle) in EnableCustomStyle() argument
147 return impl->getDialogAPI()->enableCustomStyle(handle->controller, enableCustomStyle); in EnableCustomStyle()
H A Ddialog_model.h55 int32_t EnableCustomStyle(ArkUI_NativeDialogHandle handle, bool enableCustomStyle);
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h3339 ArkUI_Int32 (*enableCustomStyle)(ArkUIDialogHandle handle, ArkUI_Bool enableCustomStyle); member
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h5171 ArkUI_Int32 (*enableCustomStyle)(ArkUIDialogHandle handle, ArkUI_Bool enableCustomStyle); member

Completed in 49 milliseconds