Home
last modified time | relevance | path

Searched refs:OnDrop (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-dragController.md667 | [DragPreview](#dragpreview11) | 一个代表拖拽背板的对象,提供背板样式设置的接口,在OnDrop和OnDragEnd回调中使用不生效。 |
675 拖拽背板的对象,在OnDrop和OnDragEnd回调中使用不生效。
685 设置背板蒙版颜色,在OnDrop和OnDragEnd回调中使用不生效,仅支持通过 [getDragPreview()](js-apis-arkui-UIContext.md#getdragprevi…
705 设置背板蒙版颜色变化动效,在OnDrop和OnDragEnd回调中使用不生效,仅支持通过 [getDragPreview()](js-apis-arkui-UIContext.md#getdragp…
H A Djs-apis-arkui-UIContext.md6123 …s-apis-arkui-dragController.md#dragpreview11) | 一个代表拖拽背板的对象,提供背板样式设置的接口,在OnDrop和OnDragEnd回调中使用不生效。…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-dragController.md661 …rovides the API for setting the preview style. It does not work in the **OnDrop** and **OnDragEnd*…
669 Implements a **DragPreview** object. This API does not work in the **OnDrop** and **OnDragEnd** cal…
679 Sets the foreground color of the drag preview. This API does not work in the **OnDrop** and **OnDra…
699 Applies a foreground color animation to the drag preview. This API does not work in the **OnDrop** …
H A Djs-apis-arkui-UIContext.md6216 …rovides the API for setting the preview style. It does not work in the **OnDrop** and **OnDragEnd*…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.h315 bool OnDrop(const ItemDragInfo& info);
H A Drender_grid_layout.cpp1194 mainTargetRenderGrid->OnDrop(event); in PanOnActionEnd()
1201 mainTargetRenderGrid->OnDrop(event); in PanOnActionEnd()
1432 bool RenderGridLayout::OnDrop(const ItemDragInfo& info) in OnDrop() function in OHOS::Ace::RenderGridLayout
1450 bool result = subGrid->OnDrop(info); in OnDrop()