Lines Matching refs:handle
43 void Dispose(ArkUI_NativeDialogHandle handle);
44 int32_t SetContent(ArkUI_NativeDialogHandle handle, ArkUI_NodeHandle content);
45 int32_t RemoveContent(ArkUI_NativeDialogHandle handle);
46 int32_t SetContentAlignment(ArkUI_NativeDialogHandle handle, int32_t alignment, float offsetX, float offsetY);
47 int32_t ResetContentAlignment(ArkUI_NativeDialogHandle handle);
48 int32_t SetModalMode(ArkUI_NativeDialogHandle handle, bool isModal);
49 int32_t SetAutoCancel(ArkUI_NativeDialogHandle handle, bool autoCancel);
50 int32_t SetMask(ArkUI_NativeDialogHandle handle, uint32_t maskColor, const ArkUI_Rect* rect);
51 int32_t SetBackgroundColor(ArkUI_NativeDialogHandle handle, uint32_t backgroundColor);
52 int32_t SetCornerRadius(ArkUI_NativeDialogHandle handle, float topLeft, float topRight,
54 int32_t SetGridColumnCount(ArkUI_NativeDialogHandle handle, int32_t gridCount);
55 int32_t EnableCustomStyle(ArkUI_NativeDialogHandle handle, bool enableCustomStyle);
56 int32_t EnableCustomAnimation(ArkUI_NativeDialogHandle handle, bool enableCustomAnimation);
57 int32_t RegisterOnWillDismiss(ArkUI_NativeDialogHandle handle, ArkUI_OnWillDismissEvent eventHandler);
58 int32_t Show(ArkUI_NativeDialogHandle handle, bool showInSubWindow);
59 int32_t Close(ArkUI_NativeDialogHandle handle);
61 ArkUI_NativeDialogHandle handle, void* userData, void (*callback)(ArkUI_DialogDismissEvent* event));