Home
last modified time | relevance | path

Searched refs:ShowPreviewNG (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/base/
H A Dsubwindow_manager_test.cpp36 * @tc.desc: Test frame node method ShowPreviewNG
49 * @tc.expected: expect ShowPreviewNG return nullptr. in HWTEST_F()
51 EXPECT_EQ(manager->ShowPreviewNG(false), nullptr); in HWTEST_F()
66 auto subwindow = manager->ShowPreviewNG(false); in HWTEST_F()
/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_subwindow.h39 MOCK_METHOD1(ShowPreviewNG, bool(bool isStartDraggingFromSubWindow));
/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow.h55 virtual bool ShowPreviewNG(bool isStartDraggingFromSubWindow) = 0;
H A Dsubwindow_manager.h62 RefPtr<Subwindow> ShowPreviewNG(bool isStartDraggingFromSubWindow);
H A Dsubwindow_manager.cpp241 RefPtr<Subwindow> SubwindowManager::ShowPreviewNG(bool isStartDraggingFromSubWindow) in ShowPreviewNG() function in OHOS::Ace::SubwindowManager
250 if (!subwindow->ShowPreviewNG(isStartDraggingFromSubWindow)) { in ShowPreviewNG()
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dgesture_event_hub_test_two_ng.cpp451 EXPECT_CALL(*subwindow, ShowPreviewNG(false)).WillRepeatedly(testing::Return(true)); in HWTEST_F()
518 EXPECT_CALL(*subwindow, ShowPreviewNG(false)).WillRepeatedly(testing::Return(true)); in HWTEST_F()
710 EXPECT_CALL(*subwindow, ShowPreviewNG(false)).WillRepeatedly(testing::Return(true)); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.h66 bool ShowPreviewNG(bool isStartDraggingFromSubWindow = false) override;
H A Dsubwindow_ohos.cpp693 bool SubwindowOhos::ShowPreviewNG(bool isStartDraggingFromSubWindow) in ShowPreviewNG() function in SubwindowOhos
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub_drag.cpp669 subWindow = SubwindowManager::GetInstance()->ShowPreviewNG((pipeline != mainPipeline)); in OnDragStart()

Completed in 12 milliseconds