Home
last modified time | relevance | path

Searched refs:dragPreviewNode (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_manager_extend_test_ng.cpp587 …auto dragPreviewNode = FrameNode::CreateFrameNode(V2::ROOT_ETS_TAG, 2, AceType::MakeRefPtr<RootPat… variable
588 overlayManager->ContextMenuSwitchDragPreviewAnimation(dragPreviewNode, DRAG_PREVIEW_OFFSET);
596 overlayManager->ContextMenuSwitchDragPreviewAnimation(dragPreviewNode, DRAG_PREVIEW_OFFSET);
605 overlayManager->ContextMenuSwitchDragPreviewAnimation(dragPreviewNode, DRAG_PREVIEW_OFFSET);
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_subwindow.h45 …ETHOD2(ContextMenuSwitchDragPreviewAnimationtNG, void(const RefPtr<NG::FrameNode>& dragPreviewNode,
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow.h61 …virtual void ContextMenuSwitchDragPreviewAnimationtNG(const RefPtr<NG::FrameNode>& dragPreviewNode,
H A Dsubwindow_manager.h79 void ContextMenuSwitchDragPreviewAnimation(const RefPtr<NG::FrameNode>& dragPreviewNode,
H A Dsubwindow_manager.cpp344 …bwindowManager::ContextMenuSwitchDragPreviewAnimation(const RefPtr<NG::FrameNode>& dragPreviewNode, in ContextMenuSwitchDragPreviewAnimation() argument
347 CHECK_NULL_VOID(dragPreviewNode); in ContextMenuSwitchDragPreviewAnimation()
350 subwindow->ContextMenuSwitchDragPreviewAnimationtNG(dragPreviewNode, offset); in ContextMenuSwitchDragPreviewAnimation()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.h73 void ContextMenuSwitchDragPreviewAnimationtNG(const RefPtr<NG::FrameNode>& dragPreviewNode,
H A Dsubwindow_ohos.cpp848 …bwindowOhos::ContextMenuSwitchDragPreviewAnimationtNG(const RefPtr<NG::FrameNode>& dragPreviewNode, in ContextMenuSwitchDragPreviewAnimationtNG() argument
851 CHECK_NULL_VOID(dragPreviewNode); in ContextMenuSwitchDragPreviewAnimationtNG()
857 overlay->ContextMenuSwitchDragPreviewAnimation(dragPreviewNode, offset); in ContextMenuSwitchDragPreviewAnimationtNG()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.h363 void ContextMenuSwitchDragPreviewAnimation(const RefPtr<NG::FrameNode>& dragPreviewNode,
H A Doverlay_manager.cpp514 const RefPtr<NG::FrameNode>& dragPreviewNode, const NG::OffsetF& offset) in ContextMenuSwitchDragPreviewAnimationProc() argument
516 CHECK_NULL_VOID(dragPreviewNode && menu); in ContextMenuSwitchDragPreviewAnimationProc()
531 auto dragPreviewContext = dragPreviewNode->GetRenderContext(); in ContextMenuSwitchDragPreviewAnimationProc()
742 …OverlayManager::ContextMenuSwitchDragPreviewAnimation(const RefPtr<NG::FrameNode>& dragPreviewNode, in ContextMenuSwitchDragPreviewAnimation() argument
745 CHECK_NULL_VOID(dragPreviewNode); in ContextMenuSwitchDragPreviewAnimation()
754 ContextMenuSwitchDragPreviewAnimationProc(node, dragPreviewNode, offset); in ContextMenuSwitchDragPreviewAnimation()