Searched refs:UpdateDecorEnable (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_session_impl_two_test.cpp | 836 HWTEST_F(WindowSessionImplTwoTest, UpdateDecorEnable, Function | SmallTest | Level2) 842 window->UpdateDecorEnable(true, WindowMode::WINDOW_MODE_UNDEFINED); 845 window->UpdateDecorEnable(true, WindowMode::WINDOW_MODE_FULLSCREEN); 848 window->UpdateDecorEnable(true, WindowMode::WINDOW_MODE_FULLSCREEN); 849 window->UpdateDecorEnable(false, WindowMode::WINDOW_MODE_FULLSCREEN);
|
H A D | window_impl_test3.cpp | 767 HWTEST_F(WindowImplTest3, UpdateDecorEnable, Function | SmallTest | Level3) 782 window->UpdateDecorEnable(true); 786 window->UpdateDecorEnable(); 790 window->UpdateDecorEnable();
|
H A D | window_session_impl_test.cpp | 729 HWTEST_F(WindowSessionImplTest, UpdateDecorEnable, Function | SmallTest | Level2) 738 window->UpdateDecorEnable(true); 739 window->UpdateDecorEnable(false);
|
H A D | window_scene_session_impl_test.cpp | 497 windowSession->UpdateDecorEnable(false);
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_impl.cpp | 111 UpdateDecorEnable(); in WindowImpl() 451 UpdateDecorEnable(); in SetWindowType() 477 UpdateDecorEnable(); in SetWindowMode() 685 UpdateDecorEnable(true); in SetUIContentInner() 1410 UpdateDecorEnable(); in Create() 1706 UpdateDecorEnable(true); in Show() 2158 UpdateDecorEnable(true); in DisableAppWindowDecor() 2820 UpdateDecorEnable(true); in UpdateMode() 3486 void WindowImpl::UpdateDecorEnable(bool needNotify) in UpdateDecorEnable() function in OHOS::Rosen::WindowImpl
|
H A D | window_scene_session_impl.cpp | 2192 UpdateDecorEnable(true); in SetFullScreen() 2346 UpdateDecorEnable(true); in MaximizeFloating() 2354 UpdateDecorEnable(true); in MaximizeFloating() 2385 UpdateDecorEnable(true); in Recover() 2451 UpdateDecorEnable(true); in Recover() 2654 UpdateDecorEnable(true); in DisableAppWindowDecor() 3630 UpdateDecorEnable(true); in UpdateWindowModeImmediately() 3641 UpdateDecorEnable(true, mode); in UpdateWindowModeImmediately()
|
H A D | window_extension_session_impl.cpp | 556 UpdateDecorEnable(true); in NapiSetUIContent()
|
H A D | window_session_impl.cpp | 1392 UpdateDecorEnable(true); in SetUIContentInner() 1475 void WindowSessionImpl::UpdateDecorEnable(bool needNotify, WindowMode mode) in UpdateDecorEnable() function in OHOS::Rosen::WindowSessionImpl
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | window_impl.h | 433 void UpdateDecorEnable(bool needNotify = false);
|
H A D | window_session_impl.h | 307 …void UpdateDecorEnable(bool needNotify = false, WindowMode mode = WindowMode::WINDOW_MODE_UNDEFINE…
|