Home
last modified time | relevance | path

Searched refs:GetBoundWindow (Results 1 - 11 of 11) sorted by relevance

/foundation/window/window_manager_lite/test/
H A Dsample_window.cpp85 g_rootView3->GetBoundWindow()->LowerToBottom(); in Callback()
87 g_rootView3->GetBoundWindow()->RaiseToTop(); in Callback()
95 g_rootView1->GetBoundWindow()->Resize(403, 201); // 403: width, 201: height in Callback()
98 g_rootView1->GetBoundWindow()->Resize(600, 300); // 600: width, 300: height in Callback()
103 Window* window = g_rootView3->GetBoundWindow(); in Callback()
109 Window* window = g_rootView2->GetBoundWindow(); in Callback()
119 g_rootView3->GetBoundWindow()->Hide(); in Callback()
123 g_rootView3->GetBoundWindow()->Show(); in Callback()
241 Window* window = g_rootViewList[9]->GetBoundWindow(); in TestWindowNumLimit()
244 Window* window = g_rootViewList[5]->GetBoundWindow(); in TestWindowNumLimit()
[all...]
/foundation/arkui/ui_lite/test/unittest/common/
H A Dhardware_acceleration_unit_test.cpp145 Window::DestroyWindow(rootView->GetBoundWindow()); in HWTEST_F()
176 Window::DestroyWindow(rootView->GetBoundWindow()); in HWTEST_F()
209 Window::DestroyWindow(rootView->GetBoundWindow()); in HWTEST_F()
246 Window::DestroyWindow(rootView->GetBoundWindow()); in HWTEST_F()
288 Window::DestroyWindow(rootView->GetBoundWindow()); in HWTEST_F()
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/test/unittest/common/
H A Ddialog_tdd_test.cpp298 Window *window = RootView::GetInstance()->GetBoundWindow(); in DialogTest001()
328 Window *window = RootView::GetInstance()->GetBoundWindow(); in DialogTest002()
376 Window *window = RootView::GetInstance()->GetBoundWindow(); in DialogTest003()
442 Window *window = RootView::GetInstance()->GetBoundWindow(); in DialogTest004()
508 Window *window = RootView::GetInstance()->GetBoundWindow(); in DialogTest005()
/foundation/arkui/ui_lite/frameworks/core/
H A Drender_manager.cpp172 if (rootView->GetBoundWindow()) { in RenderRect()
173 Rect winRect = rootView->GetBoundWindow()->GetRect(); in RenderRect()
/foundation/arkui/ui_lite/test/autotest/src/
H A Dauto_test_manager.cpp54 Window* window = RootView::GetInstance()->GetBoundWindow(); in SetUpTestCase()
/foundation/arkui/ui_lite/test/unittest/render/
H A Drender_uni_test.cpp53 Window::DestroyWindow(rootView->GetBoundWindow()); in DestroyWindow()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Droot_view.h258 Window* GetBoundWindow() const;
/foundation/arkui/ui_lite/test/unittest/dfx/
H A Dview_bounds_unit_test.cpp60 Window::DestroyWindow(rootView->GetBoundWindow()); in DestroyWindow()
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Ddfx_module.cpp71 Window *window = rootView->GetBoundWindow(); in IsEventInjectorRegistered()
/foundation/arkui/ui_lite/frameworks/components/
H A Droot_view.cpp61 Window* RootView::GetBoundWindow() const in GetBoundWindow() function in OHOS::RootView
649 WindowImpl* boundWin = static_cast<WindowImpl*>(GetBoundWindow()); in Render()
/foundation/arkui/ui_lite/test/uitest/test_event_injector/
H A Dui_test_event_injector.cpp156 Window* window = RootView::GetInstance()->GetBoundWindow(); in SetUp()

Completed in 7 milliseconds