Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcustom_dialog_model.cpp62 CHECK_NULL_VOID(controllerHandler); in DisposeDialog()
83 controllerHandler->userData = nullptr; in DisposeDialog()
84 delete controllerHandler; in DisposeDialog()
116 CHECK_NULL_VOID(controllerHandler); in ParseDialogMask()
118 if (!controllerHandler->maskRect) { in ParseDialogMask()
131 CHECK_NULL_VOID(controllerHandler); in ParseDialogCornerRadiusRect()
146 CHECK_NULL_VOID(controllerHandler); in ParseDialogProperties()
215 controllerHandler->offsetX = offsetX; in SetDialogContentAlignment()
216 controllerHandler->offsetY = offsetY; in SetDialogContentAlignment()
224 controllerHandler->offsetX = 0.0f; in ResetDialogContentAlignment()
[all …]