Searched defs:isLayoutFullScreen (Results 1 – 17 of 17) sorted by relevance
140 bool isLayoutFullScreen; member
56 bool isLayoutFullScreen; member
282 int32_t CJWindowImpl::SetWindowLayoutFullScreen(bool isLayoutFullScreen) in SetWindowLayoutFullScreen()
191 int32_t FfiOHOSWindowSetWindowLayoutFullScreen(int64_t id, bool isLayoutFullScreen) in FfiOHOSWindowSetWindowLayoutFullScreen()
72 virtual WSError OnLayoutFullScreenChange(bool isLayoutFullScreen) { return WSError::WS_OK; } in OnLayoutFullScreenChange()
444 NotifyLayoutFullScreenChangeFunc func = [](bool isLayoutFullScreen) {}; in __anon5df351210602()461 NotifyLayoutFullScreenChangeFunc func = [](bool isLayoutFullScreen) {}; in __anon5df351210702()
1651 bool isLayoutFullScreen = true; variable
1219 bool isLayoutFullScreen = true; variable
1159 virtual void SetIsLayoutFullScreen(bool isLayoutFullScreen) {} in SetIsLayoutFullScreen()1160 virtual void SetIsNeedAvoidWindow(bool isLayoutFullScreen) {} in SetIsNeedAvoidWindow()
417 bool isLayoutFullScreen = data.ReadBool(); in HandleLayoutFullScreenChange() local
669 WSError SessionProxy::OnLayoutFullScreenChange(bool isLayoutFullScreen) in OnLayoutFullScreenChange()
1599 void WindowSessionProperty::SetIsLayoutFullScreen(bool isLayoutFullScreen) in SetIsLayoutFullScreen()
5086 void SceneSession::SetIsLayoutFullScreen(bool isLayoutFullScreen) in SetIsLayoutFullScreen()5096 WSError SceneSession::OnLayoutFullScreenChange(bool isLayoutFullScreen) in OnLayoutFullScreenChange()
678 … session->RegisterLayoutFullScreenChangeCallback([weakThis = wptr(this)](bool isLayoutFullScreen) { in ProcessLayoutFullScreenChangeRegister()689 void JsSceneSession::OnLayoutFullScreenChange(bool isLayoutFullScreen) in OnLayoutFullScreenChange()
3403 bool isLayoutFullScreen = false; in OnGetIsLayoutFullScreen() local
2624 bool isLayoutFullScreen = false; in OnSetLayoutFullScreen() local2722 bool isLayoutFullScreen = false; in OnSetWindowLayoutFullScreen() local
9679 WSError SceneSessionManager::GetIsLayoutFullScreen(bool& isLayoutFullScreen) in GetIsLayoutFullScreen()