Home
last modified time | relevance | path

Searched refs:baseOp (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/test/demo/
H A Ddemo_system_sub_window.cpp68 sptr<WindowOption> baseOp = new WindowOption(); in main() local
69 baseOp->SetWindowType(WindowType::WINDOW_TYPE_FLOAT); in main()
70 baseOp->SetWindowMode(WindowMode::WINDOW_MODE_FLOATING); in main()
71 baseOp->SetWindowRect(baseWindowRect); in main()
73 sptr<Window> window = Window::Create("Demo_SSW_BaseWindow", baseOp, nullptr); in main()
/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_systemsubwindow_test.cpp83 sptr<WindowOption> baseOp = new WindowOption(); in CreateBaseWindow() local
84 baseOp->SetWindowType(type); in CreateBaseWindow()
85 baseOp->SetWindowMode(WindowMode::WINDOW_MODE_FLOATING); in CreateBaseWindow()
86 baseOp->SetWindowRect(rect); in CreateBaseWindow()
87 baseOp->SetWindowFlags(flags); in CreateBaseWindow()
91 sptr<Window> window = Window::Create(baseWindowName, baseOp, nullptr); in CreateBaseWindow()

Completed in 1 milliseconds