Home
last modified time | relevance | path

Searched refs:isIgnoreSafeAreaNeedNotify_ (Results 1 - 7 of 7) sorted by relevance

/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h363 bool isIgnoreSafeAreaNeedNotify_ = false; member in OHOS::Rosen::WindowSessionImpl
H A Dwindow_impl.h481 bool isIgnoreSafeAreaNeedNotify_ = false; member
/foundation/window/window_manager/wm/test/unittest/ui_extension/
H A Dwindow_extension_session_impl_test.cpp900 * @tc.desc: ArkUIFrameworkSupport05 Test, version >= 10 and isIgnoreSafeAreaNeedNotify_ is false
916 window_->isIgnoreSafeAreaNeedNotify_ = false; in HWTEST_F()
922 * @tc.desc: ArkUIFrameworkSupport06 Test, version >= 10 and isIgnoreSafeAreaNeedNotify_ is true
938 window_->isIgnoreSafeAreaNeedNotify_ = true; in HWTEST_F()
/foundation/window/window_manager/wm/src/
H A Dwindow_extension_session_impl.cpp491 } else if (isIgnoreSafeAreaNeedNotify_) { in ArkUIFrameworkSupport()
H A Dwindow_impl.cpp649 if (isIgnoreSafeAreaNeedNotify_) { in SetUIContentInner()
976 isIgnoreSafeAreaNeedNotify_ = true; in SetLayoutFullScreen()
H A Dwindow_session_impl.cpp1315 } else if (isIgnoreSafeAreaNeedNotify_) { in SetUIContentInner()
1319 isIgnoreSafeAreaNeedNotify_ = false; in SetUIContentInner()
H A Dwindow_scene_session_impl.cpp1858 isIgnoreSafeAreaNeedNotify_ = true; in SetLayoutFullScreenByApiVersion()
1983 return (isIgnoreSafeAreaNeedNotify_ && isIgnoreSafeArea_); in IsLayoutFullScreen()

Completed in 29 milliseconds