Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test.cpp1016 ASSERT_EQ(false, window->IsLayoutFullScreen());
1673 ASSERT_EQ(true, window->IsLayoutFullScreen());
1675 ASSERT_EQ(false, window->IsLayoutFullScreen());
1677 ASSERT_EQ(true, window->IsLayoutFullScreen());
1679 ASSERT_EQ(false, window->IsLayoutFullScreen());
1683 ASSERT_EQ(true, window->IsLayoutFullScreen());
1686 ASSERT_EQ(true, window->IsLayoutFullScreen());
1708 ASSERT_EQ(false, window->IsLayoutFullScreen());
H A Dwindow_scene_session_impl_test3.cpp1027 HWTEST_F(WindowSceneSessionImplTest3, IsLayoutFullScreen, Function | SmallTest | Level2)
1037 auto ret = windowSceneSessionImpl->IsLayoutFullScreen();
1041 ret = windowSceneSessionImpl->IsLayoutFullScreen();
1045 ret = windowSceneSessionImpl->IsLayoutFullScreen();
1049 ret = windowSceneSessionImpl->IsLayoutFullScreen();
H A Dwindow_test.cpp371 HWTEST_F(WindowTest, IsLayoutFullScreen, Function | SmallTest | Level2)
375 ASSERT_EQ(false, window->IsLayoutFullScreen());
/ohos5.0/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_immersive_test.cpp343 ASSERT_EQ(true, window1->IsLayoutFullScreen());
346 ASSERT_EQ(false, window1->IsLayoutFullScreen());
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/extension_window/
H A Djs_extension_window_utils.cpp100 …ed_property(env, objValue, "isLayoutFullScreen", CreateJsValue(env, window->IsLayoutFullScreen())); in CreateJsExtensionWindowProperties()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test4.cpp713 EXPECT_EQ(session->IsLayoutFullScreen(), true);
721 HWTEST_F(SceneSessionTest4, IsLayoutFullScreen, Function | SmallTest | Level2)
728 EXPECT_EQ(session->IsLayoutFullScreen(), false);
H A Dwindow_session_property_test.cpp676 ASSERT_EQ(property->IsLayoutFullScreen(), false);
678 ASSERT_EQ(property->IsLayoutFullScreen(), true);
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_window.h60 virtual bool IsLayoutFullScreen() const {return false;} in IsLayoutFullScreen() function
/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp922 bool WindowImpl::IsLayoutFullScreen() const in IsLayoutFullScreen() function in OHOS::Rosen::WindowImpl
931 return (IsLayoutFullScreen() && !statusProperty.enable_ && !naviProperty.enable_); in IsFullScreen()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h116 virtual bool IsLayoutFullScreen() const override;
H A Dwindow_impl.h144 virtual bool IsLayoutFullScreen() const override;
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h186 bool IsLayoutFullScreen() const;
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow_impl.h81 virtual bool IsLayoutFullScreen() const override;
H A Dwindow.h149 virtual bool IsLayoutFullScreen() const = 0;
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h745 virtual bool IsLayoutFullScreen() const { return false; } in IsLayoutFullScreen() function
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h305 bool IsLayoutFullScreen() const;
/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.cpp269 wp.isLayoutFullScreen = windowToken_->IsLayoutFullScreen(); in GetWindowProperties()
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.cpp462 …ed_property(env, objValue, "isLayoutFullScreen", CreateJsValue(env, window->IsLayoutFullScreen())); in CreateJsWindowPropertiesObject()
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp1502 bool WindowSessionProperty::IsLayoutFullScreen() const in IsLayoutFullScreen() function in OHOS::Rosen::WindowSessionProperty
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp1970 bool preStatus = property_->IsLayoutFullScreen(); in SetLayoutFullScreen()
2025 bool WindowSceneSessionImpl::IsLayoutFullScreen() const in IsLayoutFullScreen() function in OHOS::Rosen::WindowSceneSessionImpl
2207 return (IsLayoutFullScreen() && !statusProperty.enable_); in IsFullScreen()
H A Dwindow_impl.cpp4083 bool WindowImpl::IsLayoutFullScreen() const in IsLayoutFullScreen() function in OHOS::Rosen::WindowImpl
4099 return (IsLayoutFullScreen() && !statusProperty.enable_ && !naviProperty.enable_); in IsFullScreen()
H A Dwindow_session_impl.cpp1455 (mode == WindowMode::WINDOW_MODE_FULLSCREEN && !property_->IsLayoutFullScreen()); in UpdateDecorEnableToAce()
1486 … (mode == WindowMode::WINDOW_MODE_FULLSCREEN && !property_->IsLayoutFullScreen()); in UpdateDecorEnable()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp3951 sessionProperty->SetIsLayoutFullScreen(property->IsLayoutFullScreen()); in HandleActionUpdateMaximizeState()
4783 bool SceneSession::IsLayoutFullScreen() const in IsLayoutFullScreen() function in OHOS::Rosen::SceneSession
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp9385 isLayoutFullScreen = property->IsLayoutFullScreen(); in GetIsLayoutFullScreen()
9467 if (sceneSession->IsLayoutFullScreen()) { in GetImmersiveState()