Home
last modified time | relevance | path

Searched refs:GetWindowRootView (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/window/window_manager_lite/test/
H A Dsample_window.cpp190 g_rootView1 = RootView::GetWindowRootView(); in TestWindow()
196 g_rootView2 = RootView::GetWindowRootView(); in TestWindow()
200 g_rootView3 = RootView::GetWindowRootView(); in TestWindow()
247 RootView* rootView = RootView::GetWindowRootView(); in TestWindowNumLimit()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/dfx/
H A Dview_bounds_unit_test.cpp151 RootView* rootView = RootView::GetWindowRootView();
194 RootView* rootView1 = RootView::GetWindowRootView();
205 RootView* rootView2 = RootView::GetWindowRootView();
/ohos5.0/foundation/arkui/ui_lite/test/unittest/render/
H A Drender_uni_test.cpp87 RootView* rootView = RootView::GetWindowRootView();
118 RootView* rootView = RootView::GetWindowRootView();
/ohos5.0/foundation/ability/ability_lite/frameworks/ability_lite/example/entry/src/main/cpp/
H A Dnext_ability_slice.cpp51 rootView_ = RootView::GetWindowRootView(); in OnStart()
H A Dsecond_ability_slice.cpp51 rootView_ = RootView::GetWindowRootView(); in OnStart()
H A Dmain_ability_slice.cpp87 rootView_ = RootView::GetWindowRootView(); in OnStart()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Droot_view.h87 static RootView* GetWindowRootView() in GetWindowRootView() function
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_dialog.cpp303 windowRootView_ = RootView::GetWindowRootView(); in InitDialog()