Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Ddrag_preview.h68 DragPreview* dragPreview = nullptr; in SetForegroundColor() local
109 DragPreview* dragPreview = nullptr; in Animate() local
H A Djs_drag_controller.cpp1683 DragPreview* dragPreview = new DragPreview(); in JSGetDragPreview() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Ddrag_adapter_impl.cpp135 void SetDragPreview(ArkUINodeHandle node, void* dragPreview) in SetDragPreview()
H A Dnode_common_modifier.cpp6099 void SetDragPreview(ArkUINodeHandle node, ArkUIDragPreview dragPreview) in SetDragPreview()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.cpp2161 auto dragPreview = frameNode->GetDragPreviewOption(); in IsSelectedItemNode() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp5238 struct ArkUIDragPreview dragPreview = { "" }; in SetDragPreview() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp6387 auto dragPreview = interObj->GetProperty("isDragPreviewEnabled"); in ParseDragPreviewOptions() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js4184 dragPreview(value) { method in ArkComponent