Home
last modified time | relevance | path

Searched refs:GetFullScreenStart (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h193 bool GetFullScreenStart() const;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_stub.cpp333 reply.WriteBool(property->GetFullScreenStart()); in HandleConnect()
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp1632 bool WindowSessionProperty::GetFullScreenStart() const in GetFullScreenStart() function in OHOS::Rosen::WindowSessionProperty
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp915 if (onlySupportFullScreen || property_->GetFullScreenStart()) { in GetConfigurationFromAbilityInfo()
917 onlySupportFullScreen, property_->GetFullScreenStart()); in GetConfigurationFromAbilityInfo()