Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Ddialog_model.cpp30 auto dialog = impl->getDialogAPI()->create(); in Create()
40 impl->getDialogAPI()->dispose(handle->controller); in Dispose()
60 return impl->getDialogAPI()->removeContent(handle->controller); in RemoveContent()
69 return impl->getDialogAPI()->setContentAlignment(handle->controller, in SetContentAlignment()
79 return impl->getDialogAPI()->resetContentAlignment(handle->controller); in ResetContentAlignment()
88 return impl->getDialogAPI()->setModalMode(handle->controller, isModal); in SetModalMode()
97 return impl->getDialogAPI()->setAutoCancel(handle->controller, autoCancel); in SetAutoCancel()
108 return impl->getDialogAPI()->setMask(handle->controller, maskColor, &rect); in SetMask()
130 return impl->getDialogAPI()->setCornerRadius(handle->controller, in SetCornerRadius()
167 return impl->getDialogAPI()->show(handle->controller, showInSubWindow); in Show()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h3425 const CJUIDialogAPI* (*getDialogAPI)(); member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h5322 const ArkUIDialogAPI* (*getDialogAPI)(); member