Searched refs:dragPreviewNode (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | overlay_manager_extend_test_ng.cpp | 587 …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 D | mock_subwindow.h | 45 …ETHOD2(ContextMenuSwitchDragPreviewAnimationtNG, void(const RefPtr<NG::FrameNode>& dragPreviewNode,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/subwindow/ |
H A D | subwindow.h | 61 …virtual void ContextMenuSwitchDragPreviewAnimationtNG(const RefPtr<NG::FrameNode>& dragPreviewNode,
|
H A D | subwindow_manager.h | 79 void ContextMenuSwitchDragPreviewAnimation(const RefPtr<NG::FrameNode>& dragPreviewNode,
|
H A D | subwindow_manager.cpp | 344 …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 D | subwindow_ohos.h | 73 void ContextMenuSwitchDragPreviewAnimationtNG(const RefPtr<NG::FrameNode>& dragPreviewNode,
|
H A D | subwindow_ohos.cpp | 848 …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 D | overlay_manager.h | 363 void ContextMenuSwitchDragPreviewAnimation(const RefPtr<NG::FrameNode>& dragPreviewNode,
|
H A D | overlay_manager.cpp | 514 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()
|