Home
last modified time | relevance | path

Searched refs:rectChangeBySystem (Results 1 - 8 of 8) sorted by relevance

/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/
H A Dwindow_info.h333 bool rectChangeBySystem { false };
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_dirty_manager.cpp662 bool rectChangeBySystem = sceneSession->GetRectChangeBySystem(); in GetWindowInfo() local
667 if (rectChangeBySystem) { in GetWindowInfo()
672 rectChangeBySystem = false; in GetWindowInfo()
711 .rectChangeBySystem = rectChangeBySystem, in GetWindowInfo()
/foundation/multimodalinput/input/service/message_handle/src/
H A Dserver_msg_handler.cpp500 >> extensionInfo.rectChangeBySystem; in OnUiExtentionWindowInfo()
532 pkt >> info.rectChangeBySystem; in OnDisplayInfo()
596 pkt >> info.rectChangeBySystem; in OnWindowGroupInfo()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp592 pkt << item.rectChangeBySystem; in PackWindowGroupInfo()
627 << item.windowType << item.privacyUIFlag << item.rectChangeBySystem; in PackUiExtentionWindowInfo()
657 pkt << item.rectChangeBySystem; in PackWindowInfo()
675 pkt << item.rectChangeBySystem; in PackWindowInfo()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp670 void Session::SetRectChangeBySystem(bool rectChangeBySystem) in SetRectChangeBySystem() argument
672 if (rectChangeBySystem_.load() != rectChangeBySystem) { in SetRectChangeBySystem()
673 rectChangeBySystem_.store(rectChangeBySystem); in SetRectChangeBySystem()
675 rectChangeBySystem); in SetRectChangeBySystem()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h324 void SetRectChangeBySystem(bool rectChangeBySystem);
/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp968 return windowId == windowInfo.id && windowInfo.rectChangeBySystem; in HandleWindowPositionChange()
985 iter->rectChangeBySystem = false; in HandleWindowPositionChange()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.cpp3981 bool rectChangeBySystem = false; in OnSetRectChangeBySystem() local
3982 if (!ConvertFromJsValue(env, argv[0], rectChangeBySystem)) { in OnSetRectChangeBySystem()
3983 WLOGFE("[NAPI] Failed to convert parameter to rectChangeBySystem"); in OnSetRectChangeBySystem()
3995 session->SetRectChangeBySystem(rectChangeBySystem); in OnSetRectChangeBySystem()

Completed in 29 milliseconds