Searched refs:dragPreview (Results 1 - 11 of 11) sorted by relevance
/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/ |
H A D | drag_preview.h | 68 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 D | js_drag_controller.cpp | 1715 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 D | drag_adapter_impl.cpp | 125 void SetDragPreview(ArkUINodeHandle node, void* dragPreview) in SetDragPreview() argument 130 dragPreviewInfo.pixelMap = PixelMap::CreatePixelMap(dragPreview); in SetDragPreview()
|
H A D | node_common_modifier.cpp | 6065 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 D | jsUIContext.js | 154 let dragPreview = this.ohos_dragController.getDragPreview(); 156 return dragPreview;
|
H A D | arkComponent.js | 2508 DragPreviewModifier.identity = Symbol('dragPreview'); 4060 dragPreview(value) {
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | frame_node.cpp | 5746 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 D | drag_event.cpp | 2100 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 D | arkts_native_common_bridge.cpp | 5165 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 D | arkoala_api.h | 1967 void (*setDragPreview)(ArkUINodeHandle node, ArkUIDragPreview dragPreview); 5311 void (*setDragPreview)(ArkUINodeHandle node, void* dragPreview);
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 464 void (*setDragPreview)(ArkUINodeHandle node, ArkUIDragPreview dragPreview);
|
Completed in 106 milliseconds