Lines Matching defs:handle
34 void Dispose(ArkUI_NativeDialogHandle handle) in Dispose()
45 int32_t SetContent(ArkUI_NativeDialogHandle handle, ArkUI_NodeHandle content) in SetContent()
54 int32_t RemoveContent(ArkUI_NativeDialogHandle handle) in RemoveContent()
63 int32_t SetContentAlignment(ArkUI_NativeDialogHandle handle, int32_t alignment, float offsetX, floa… in SetContentAlignment()
73 int32_t ResetContentAlignment(ArkUI_NativeDialogHandle handle) in ResetContentAlignment()
82 int32_t SetModalMode(ArkUI_NativeDialogHandle handle, bool isModal) in SetModalMode()
91 int32_t SetAutoCancel(ArkUI_NativeDialogHandle handle, bool autoCancel) in SetAutoCancel()
100 int32_t SetMask(ArkUI_NativeDialogHandle handle, uint32_t maskColor, const ArkUI_Rect* maskRect) in SetMask()
114 int32_t SetBackgroundColor(ArkUI_NativeDialogHandle handle, uint32_t backgroundColor) in SetBackgroundColor()
123 int32_t SetCornerRadius(ArkUI_NativeDialogHandle handle, float topLeft, float topRight, in SetCornerRadius()
134 int32_t SetGridColumnCount(ArkUI_NativeDialogHandle handle, int32_t gridCount) in SetGridColumnCount()
143 int32_t EnableCustomStyle(ArkUI_NativeDialogHandle handle, bool enableCustomStyle) in EnableCustomStyle()
152 int32_t EnableCustomAnimation(ArkUI_NativeDialogHandle handle, bool enableCustomAnimation) in EnableCustomAnimation()
161 int32_t Show(ArkUI_NativeDialogHandle handle, bool showInSubWindow) in Show()
170 int32_t Close(ArkUI_NativeDialogHandle handle) in Close()
179 int32_t RegisterOnWillDismiss(ArkUI_NativeDialogHandle handle, ArkUI_OnWillDismissEvent eventHandle… in RegisterOnWillDismiss()
189 …ArkUI_NativeDialogHandle handle, void* userData, void (*callback)(ArkUI_DialogDismissEvent* event)) in RegisterOnWillDismissWithUserData()