Lines Matching refs:enabled

211  * The default drop animation is enabled by default and can be disabled to apply a custom drop animation.
453 * component. If this feature is enabled, the component is notified of the dragged item's leaving, and the chil
459 * @param enabled Indicates whether to enable strict reporting on drag events.
465 int32_t OH_ArkUI_SetDragEventStrictReportWithNode(ArkUI_NodeHandle node, bool enabled);
471 * component. If this feature is enabled, the component is notified of the dragged item's leaving, and the child
476 * @param enabled Indicates whether to enable strict reporting on drag events.
482 int32_t OH_ArkUI_SetDragEventStrictReportWithContext(ArkUI_ContextHandle uiContext, bool enabled);
532 int32_t OH_ArkUI_SetNodeDraggable(ArkUI_NodeHandle node, bool enabled);
576 * The shadow effect is enabled by default.
579 * @param enabled Indicates whether to enable the shadow effect.
585 int32_t OH_ArkUI_DragPreviewOption_SetDefaultShadowEnabled(ArkUI_DragPreviewOption* option, bool enabled);
589 * The rounded corner effect is enabled by default.
592 * @param enabled Indicates whether to enable the rounded corner effect.
598 int32_t OH_ArkUI_DragPreviewOption_SetDefaultRadiusEnabled(ArkUI_DragPreviewOption* option, bool enabled);
602 * If this feature is enabled, a badge that contains the number of dragged items is displayed.
605 * @param enabled Indicates whether to enable badge.
611 int32_t OH_ArkUI_DragPreviewOption_SetNumberBadgeEnabled(ArkUI_DragPreviewOption* option, bool enabled);
630 * @param enabled Indicates whether to enable the default animation on a click or touch.
637 ArkUI_DragPreviewOption* option, bool enabled);