Home
last modified time | relevance | path

Searched refs:DragPreview (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Ddrag_preview.h44 class DragPreview { class
46 DragPreview() = default;
47 ~DragPreview() = default;
68 DragPreview* dragPreview = nullptr; in SetForegroundColor()
109 DragPreview* dragPreview = nullptr; in Animate()
145 DragPreview* dragPreview = static_cast<DragPreview*>(data); in NapiSerializer()
H A Djs_drag_controller.cpp1715 DragPreview* dragPreview = new DragPreview(); in JSGetDragPreview()
1792 napi_define_class(env, "DragPreview", NAPI_AUTO_LENGTH, DragPreviewConstructor, nullptr, in DragControllerExport()
1800 DECLARE_NAPI_PROPERTY("DragPreview", classDragPreview), in DragControllerExport()

Completed in 4 milliseconds