Home
last modified time | relevance | path

Searched refs:HideMenuInSubWindow (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_new_test_ng.cpp255 overlayManager->HideMenuInSubWindow();
275 overlayManager->HideMenuInSubWindow();
327 overlayManager->HideMenuInSubWindow();
350 overlayManager->HideMenuInSubWindow();
402 overlayManager->HideMenuInSubWindow();
425 overlayManager->HideMenuInSubWindow();
477 overlayManager->HideMenuInSubWindow();
500 overlayManager->HideMenuInSubWindow();
553 overlayManager->HideMenuInSubWindow();
576 overlayManager->HideMenuInSubWindow();
[all …]
H A Doverlay_test_ng.cpp648 overlayManager->HideMenuInSubWindow(menuNode, rootNode->GetId());
649 overlayManager->HideMenuInSubWindow();
665 overlayManager->HideMenuInSubWindow(menuNode, targetId);
666 overlayManager->HideMenuInSubWindow();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.h154 void HideMenuInSubWindow(const RefPtr<FrameNode>& menu, int32_t targetId);
156 void HideMenuInSubWindow(bool showPreviewAnimation = true, bool startDrag = false);
H A Doverlay_manager.cpp2119 void OverlayManager::HideMenuInSubWindow(const RefPtr<FrameNode>& menu, int32_t targetId) in HideMenuInSubWindow() function in OHOS::Ace::NG::OverlayManager
2131 void OverlayManager::HideMenuInSubWindow(bool showPreviewAnimation, bool startDrag) in HideMenuInSubWindow() function in OHOS::Ace::NG::OverlayManager
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp783 overlay->HideMenuInSubWindow(showPreviewAnimation, startDrag); in HideMenuNG()
804 overlay->HideMenuInSubWindow(menu, targetId_); in HideMenuNG()