Home
last modified time | relevance | path

Searched defs:DragPreviewOption (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dgesture_info.h74 struct DragPreviewOption { struct
75 bool isScaleEnabled = true;
76 bool defaultAnimationBeforeLifting = false;
77 bool isMultiSelectionEnabled = false;
78 bool isNumber = false;
79 bool isDefaultShadowEnabled = false;
80 bool isDefaultRadiusEnabled = false;
81 bool isDragPreviewEnabled = true;
82 union {
86 std::optional<int32_t> GetCustomerBadgeNumber() in GetCustomerBadgeNumber()
[all …]