Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_lifecycle_test.cpp176 info.windowType_ = static_cast<uint32_t>(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE);
247 property3->SetWindowType(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE);
355 property2->SetWindowType(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE);
453 info.windowType_ = static_cast<uint32_t>(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE);
473 property2->SetWindowType(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE);
625 property->SetWindowType(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE);
H A Danomaly_detection_test.cpp179 sceneSession->property_->SetWindowType(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE); in SubWindowTest()
H A Dscene_session_test5.cpp149 info.windowType_ = static_cast<uint32_t>(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE);
1118 info.windowType_ = static_cast<uint32_t>(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE);
1154 info.windowType_ = static_cast<uint32_t>(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE);
1185 info.windowType_ = static_cast<uint32_t>(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE);
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_node_container_test.cpp290 …Property> property3 = CreateWindowProperty(112u, "test3", WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE,
300 ASSERT_EQ(1, container->GetWindowCountByType(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE));
306 ASSERT_EQ(1, container->GetWindowCountByType(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE));
318 …wProperty> property = CreateWindowProperty(111u, "test1", WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE,
382 …wProperty> property = CreateWindowProperty(111u, "test1", WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE,
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dsession_helper.h89 …return (type >= WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE && type < WindowType::ABOVE_APP_SYSTEM_WI… in IsAboveSystemWindow()
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwm_common.h49 ABOVE_APP_SYSTEM_WINDOW_BASE = 2100, enumerator
50 WINDOW_TYPE_APP_LAUNCHING = ABOVE_APP_SYSTEM_WINDOW_BASE,
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwm_common.h50 ABOVE_APP_SYSTEM_WINDOW_BASE = 2100, enumerator
51 WINDOW_TYPE_APP_LAUNCHING = ABOVE_APP_SYSTEM_WINDOW_BASE,
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwindow_helper.h94 …return (type >= WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE && type < WindowType::ABOVE_APP_SYSTEM_WI… in IsAboveSystemWindow()
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test4.cpp101 windowSceneSessionImpl->property_->SetWindowType(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE);
H A Dwindow_scene_session_impl_test.cpp1627 window->property_->SetWindowType(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE);
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp3010 return uiWindow_->GetType() >= Rosen::WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE && in IsSystemWindow()
3047 return uiWindow_->GetParentWindowType() >= Rosen::WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE && in IsHostSystemWindow()