Lines Matching refs:handle

94     * @param handle Indicates the pointer to the custom dialog box controller.
96 void (*dispose)(ArkUI_NativeDialogHandle handle);
101 * @param handle Indicates the pointer to the custom dialog box controller.
107 int32_t (*setContent)(ArkUI_NativeDialogHandle handle, ArkUI_NodeHandle content);
112 * @param handle Indicates the pointer to the custom dialog box controller.
117 int32_t (*removeContent)(ArkUI_NativeDialogHandle handle);
122 * @param handle Indicates the pointer to the custom dialog box controller.
130 int32_t (*setContentAlignment)(ArkUI_NativeDialogHandle handle, int32_t alignment, float offsetX, float offsetY);
135 * @param handle Indicates the pointer to the custom dialog box controller.
140 int32_t (*resetContentAlignment)(ArkUI_NativeDialogHandle handle);
145 * @param handle Indicates the pointer to the custom dialog box controller.
152 int32_t (*setModalMode)(ArkUI_NativeDialogHandle handle, bool isModal);
157 * @param handle Indicates the pointer to the custom dialog box controller.
164 int32_t (*setAutoCancel)(ArkUI_NativeDialogHandle handle, bool autoCancel);
169 * @param handle Indicates the pointer to the custom dialog box controller.
177 int32_t (*setMask)(ArkUI_NativeDialogHandle handle, uint32_t maskColor, const ArkUI_Rect* maskRect);
182 * @param handle Indicates the pointer to the custom dialog box controller.
188 int32_t (*setBackgroundColor)(ArkUI_NativeDialogHandle handle, uint32_t backgroundColor);
193 * @param handle Indicates the pointer to the custom dialog box controller.
202 int32_t (*setCornerRadius)(ArkUI_NativeDialogHandle handle, float topLeft, float topRight,
208 * @param handle Indicates the pointer to the custom dialog box controller.
215 int32_t (*setGridColumnCount)(ArkUI_NativeDialogHandle handle, int32_t gridCount);
220 * @param handle Indicates the pointer to the custom dialog box controller.
230 int32_t (*enableCustomStyle)(ArkUI_NativeDialogHandle handle, bool enableCustomStyle);
235 * @param handle Indicates the pointer to the custom dialog box controller.
242 int32_t (*enableCustomAnimation)(ArkUI_NativeDialogHandle handle, bool enableCustomAnimation);
248 * @param handle Indicates the pointer to the custom dialog box controller.
254 int32_t (*registerOnWillDismiss)(ArkUI_NativeDialogHandle handle, ArkUI_OnWillDismissEvent eventHandler);
258 * @param handle Indicates the pointer to the custom dialog box controller.
264 int32_t (*show)(ArkUI_NativeDialogHandle handle, bool showInSubWindow);
268 * @param handle Indicates the pointer to the custom dialog box controller.
273 int32_t (*close)(ArkUI_NativeDialogHandle handle);
277 * @param handle Indicates the pointer to the custom dialog box controller.
285 ArkUI_NativeDialogHandle handle, void* userData, void (*callback)(ArkUI_DialogDismissEvent* event));