Lines Matching refs:handle

73     * @param handle Indicates the pointer to the custom dialog box controller.
75 void (*dispose)(ArkUI_NativeDialogHandle handle);
80 * @param handle Indicates the pointer to the custom dialog box controller.
84 int32_t (*setContent)(ArkUI_NativeDialogHandle handle, ArkUI_NodeHandle content);
89 * @param handle Indicates the pointer to the custom dialog box controller.
92 int32_t (*removeContent)(ArkUI_NativeDialogHandle handle);
97 * @param handle Indicates the pointer to the custom dialog box controller.
103 int32_t (*setContentAlignment)(ArkUI_NativeDialogHandle handle, int32_t alignment, float offsetX, float offsetY);
108 * @param handle Indicates the pointer to the custom dialog box controller.
111 int32_t (*resetContentAlignment)(ArkUI_NativeDialogHandle handle);
116 * @param handle Indicates the pointer to the custom dialog box controller.
121 int32_t (*setModalMode)(ArkUI_NativeDialogHandle handle, bool isModal);
126 * @param handle Indicates the pointer to the custom dialog box controller.
131 int32_t (*setAutoCancel)(ArkUI_NativeDialogHandle handle, bool autoCancel);
136 * @param handle Indicates the pointer to the custom dialog box controller.
142 int32_t (*setMask)(ArkUI_NativeDialogHandle handle, uint32_t maskColor, const ArkUI_Rect* maskRect);
147 * @param handle Indicates the pointer to the custom dialog box controller.
151 int32_t (*setBackgroundColor)(ArkUI_NativeDialogHandle handle, uint32_t backgroundColor);
156 * @param handle Indicates the pointer to the custom dialog box controller.
163 int32_t (*setCornerRadius)(ArkUI_NativeDialogHandle handle, float topLeft, float topRight,
169 * @param handle Indicates the pointer to the custom dialog box controller.
174 int32_t (*setGridColumnCount)(ArkUI_NativeDialogHandle handle, int32_t gridCount);
179 * @param handle Indicates the pointer to the custom dialog box controller.
187 int32_t (*enableCustomStyle)(ArkUI_NativeDialogHandle handle, bool enableCustomStyle);
192 * @param handle Indicates the pointer to the custom dialog box controller.
197 int32_t (*enableCustomAnimation)(ArkUI_NativeDialogHandle handle, bool enableCustomAnimation);
203 * @param handle Indicates the pointer to the custom dialog box controller.
207 int32_t (*registerOnWillDismiss)(ArkUI_NativeDialogHandle handle, ArkUI_OnWillDismissEvent eventHandler);
211 * @param handle Indicates the pointer to the custom dialog box controller.
215 int32_t (*show)(ArkUI_NativeDialogHandle handle, bool showInSubWindow);
219 * @param handle Indicates the pointer to the custom dialog box controller.
222 int32_t (*close)(ArkUI_NativeDialogHandle handle);
227 * @param handle Indicates the pointer to the custom dialog box controller.
235 ArkUI_NativeDialogHandle handle, void* userData, void (*callback)(ArkUI_DialogDismissEvent* event));