Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager_lite/test/
H A Dsample_window.cpp42 static RootView* g_rootView3 = nullptr; variable
85 g_rootView3->GetBoundWindow()->LowerToBottom(); in Callback()
87 g_rootView3->GetBoundWindow()->RaiseToTop(); in Callback()
103 Window* window = g_rootView3->GetBoundWindow(); in Callback()
119 g_rootView3->GetBoundWindow()->Hide(); in Callback()
123 g_rootView3->GetBoundWindow()->Show(); in Callback()
184 g_rootView3->Add(block2); in AddBlock()
185 g_rootView3->Add(block3); in AddBlock()
200 g_rootView3 = RootView::GetWindowRootView(); in TestWindow()
203 g_rootView3->SetStyle(STYLE_BACKGROUND_OPA, OPA_OPAQUE); in TestWindow()
[all …]