Lines Matching refs:InputWindowsManager
109 bool InputWindowsManager::IsAncoWindowFocus(const WindowInfo &window) const in IsAncoWindowFocus()
114 bool InputWindowsManager::IsAncoWindow(const WindowInfo &window) const in IsAncoWindow()
119 bool InputWindowsManager::IsInAncoWindow(const WindowInfo &window, int32_t x, int32_t y) const in IsInAncoWindow()
124 void InputWindowsManager::DumpAncoWindows(std::string& out) const in DumpAncoWindows()
127 void InputWindowsManager::UpdateWindowInfoExt(const WindowGroupInfo &windowGroupInfo, in UpdateWindowInfoExt()
131 void InputWindowsManager::UpdateShellWindow(const WindowInfo &window) in UpdateShellWindow()
134 void InputWindowsManager::UpdateDisplayInfoExt(const DisplayGroupInfo &displayGroupInfo) in UpdateDisplayInfoExt()
137 void InputWindowsManager::SimulateKeyExt(std::shared_ptr<KeyEvent> keyEvent) in SimulateKeyExt()
140 void InputWindowsManager::SimulatePointerExt(std::shared_ptr<PointerEvent> pointerEvent) in SimulatePointerExt()
143 void InputWindowsManager::CleanShellWindowIds() in CleanShellWindowIds()
621 int32_t InputWindowsManager::AncoAddChannel(sptr<IAncoChannel> channel) in AncoAddChannel()
626 int32_t InputWindowsManager::AncoRemoveChannel(sptr<IAncoChannel> channel) in AncoRemoveChannel()