Searched refs:OnDrop (Results 1 – 6 of 6) sorted by relevance
667 | [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…
6123 …s-apis-arkui-dragController.md#dragpreview11) | 一个代表拖拽背板的对象,提供背板样式设置的接口,在OnDrop和OnDragEnd回调中使用不生效。…
661 …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** …
6216 …rovides the API for setting the preview style. It does not work in the **OnDrop** and **OnDragEnd*…
315 bool OnDrop(const ItemDragInfo& info);
1194 mainTargetRenderGrid->OnDrop(event); in PanOnActionEnd()1201 mainTargetRenderGrid->OnDrop(event); in PanOnActionEnd()1432 bool RenderGridLayout::OnDrop(const ItemDragInfo& info) in OnDrop() function in OHOS::Ace::RenderGridLayout1450 bool result = subGrid->OnDrop(info); in OnDrop()