Home
last modified time | relevance | path

Searched refs:isMidScene (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp417 bool isMidScene = callingSession->GetIsMidScene(); in CheckIfNeedRaiseCallingSession() local
418 if (isCallingSessionFloating && isMainOrParentFloating && !isMidScene && in CheckIfNeedRaiseCallingSession()
H A Dsession.cpp2953 bool isMidScene = GetIsMidScene(); in CheckEmptyKeyboardAvoidAreaIfNeeded() local
2957 return (isMainFloating || isParentFloating) && !isMidScene && isPhoneOrPadNotFreeMultiWindow; in CheckEmptyKeyboardAvoidAreaIfNeeded()
3435 void Session::SetIsMidScene(bool isMidScene) in SetIsMidScene() argument
3437 auto task = [weakThis = wptr(this), isMidScene] { in SetIsMidScene()
3443 if (session->isMidScene_ != isMidScene) { in SetIsMidScene()
3445 session->GetPersistentId(), isMidScene); in SetIsMidScene()
3446 session->isMidScene_ = isMidScene; in SetIsMidScene()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_dirty_manager.cpp209 bool isMidScene = sceneSession->GetIsMidScene(); in UpdateDefaultHotAreas() local
212 if (isAppMainWindowOrPip && !isMidScene) { in UpdateDefaultHotAreas()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h360 void SetIsMidScene(bool isMidScene);
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.cpp3814 bool isMidScene = false; in OnSetIsMidScene() local
3815 if (!ConvertFromJsValue(env, argv[0], isMidScene)) { in OnSetIsMidScene()
3827 session->SetIsMidScene(isMidScene); in OnSetIsMidScene()