Home
last modified time | relevance | path

Searched refs:dragPreview (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Ddrag_preview.h68 DragPreview* dragPreview = nullptr; in SetForegroundColor() local
69 napi_unwrap(env, result, (void**)&dragPreview); in SetForegroundColor()
70 if (dragPreview == nullptr) { in SetForegroundColor()
71 LOGE("dragPreview is nullptr"); in SetForegroundColor()
75 dragPreview->SetColor(foregroundColor); in SetForegroundColor()
76 LOGI("foregroundColor is %{public}x", dragPreview->previewStyle_.foregroundColor); in SetForegroundColor()
77 if (!dragPreview->hasAnimation_) { in SetForegroundColor()
82 [previewStyle = dragPreview->previewStyle_]() { in SetForegroundColor()
91 dragPreview->previewStyle_.types.clear(); in SetForegroundColor()
109 DragPreview* dragPreview in Animate() local
[all...]
H A Djs_drag_controller.cpp1715 DragPreview* dragPreview = new DragPreview(); in JSGetDragPreview() local
1718 dragPreview->NapiSerializer(env, result); in JSGetDragPreview()
1754 // The default empty implementation function setForegroundColor for dragPreview.
1760 // The default empty implementation function animate for dragPreview.
1766 // The default empty constructor for dragPreview.
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Ddrag_adapter_impl.cpp125 void SetDragPreview(ArkUINodeHandle node, void* dragPreview) in SetDragPreview() argument
130 dragPreviewInfo.pixelMap = PixelMap::CreatePixelMap(dragPreview); in SetDragPreview()
H A Dnode_common_modifier.cpp6065 void SetDragPreview(ArkUINodeHandle node, ArkUIDragPreview dragPreview) in SetDragPreview() argument
6070 dragPreviewInfo.inspectorId = dragPreview.inspectorId; in SetDragPreview()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsUIContext.js154 let dragPreview = this.ohos_dragController.getDragPreview();
156 return dragPreview;
H A DarkComponent.js2508 DragPreviewModifier.identity = Symbol('dragPreview');
4060 dragPreview(value) {
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp5746 std::unique_ptr<JsonValue> dragPreview = JsonUtil::Create(true); in DumpDragInfo() local
5747 dragPreview->Put("Has customNode", dragPreviewInfo_.customNode ? "YES" : "NO"); in DumpDragInfo()
5748 dragPreview->Put("Has pixelMap", dragPreviewInfo_.pixelMap ? "YES" : "NO"); in DumpDragInfo()
5749 dragPreview->Put("extraInfo", dragPreviewInfo_.extraInfo.c_str()); in DumpDragInfo()
5750 dragPreview->Put("inspectorId", dragPreviewInfo_.inspectorId.c_str()); in DumpDragInfo()
5751 json->Put("DragPreview", dragPreview); in DumpDragInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.cpp2100 auto dragPreview = frameNode->GetDragPreviewOption(); in IsSelectedItemNode() local
2101 if (!dragPreview.isMultiSelectionEnabled) { in IsSelectedItemNode()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp5165 struct ArkUIDragPreview dragPreview = { "" }; in SetDragPreview() local
5169 dragPreview.inspectorId = stringValue.c_str(); in SetDragPreview()
5173 nativeNode, dragPreview); in SetDragPreview()
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h1967 void (*setDragPreview)(ArkUINodeHandle node, ArkUIDragPreview dragPreview);
5311 void (*setDragPreview)(ArkUINodeHandle node, void* dragPreview);
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h464 void (*setDragPreview)(ArkUINodeHandle node, ArkUIDragPreview dragPreview);

Completed in 128 milliseconds