Searched defs:touchWindow (Results 1 – 3 of 3) sorted by relevance
| /foundation/multimodalinput/input/service/window_manager/src/ |
| D | input_windows_manager.cpp | 1288 auto touchWindow = GetWindowInfo(lastLogicX_, lastLogicY_); in UpdateDisplayInfo() local 1734 std::optional<WindowInfo> touchWindow = GetWindowInfo(logicX, logicY); in UpdateDisplayInfo() local 2390 const std::shared_ptr<PointerEvent>& pointerEvent, const WindowInfo& touchWindow) in UpdateDisplayInfo() 2460 auto touchWindow = SelectWindowInfo(logicalX, logicalY, pointerEvent); in UpdateDisplayInfo() local 2751 WindowInfo **touchWindow, bool &isUiExtentionWindow) in UpdateDisplayInfo() 2769 bool InputWindowsManager::IsValidNavigationWindow(const WindowInfo& touchWindow, double physicalX, … in UpdateDisplayInfo() 2942 const WindowInfo *touchWindow = nullptr; in UpdateDisplayInfo() local 3277 const std::vector<WindowInfo>& windowInfos, const WindowInfo** touchWindow) in UpdateDisplayInfo() 3308 const std::shared_ptr<PointerEvent> pointerEvent, const WindowInfo* touchWindow) in UpdateDisplayInfo() 3337 WindowInfo touchWindow; in UpdateDisplayInfo() local
|
| /foundation/multimodalinput/input/service/window_manager/test/ |
| D | input_windows_manager_test.cpp | 1682 WindowInfo touchWindow; variable 1703 WindowInfo touchWindow; variable 1931 WindowInfo touchWindow; variable 3268 WindowInfo touchWindow; variable 4744 WindowInfo *touchWindow = nullptr; variable 5026 WindowInfo *touchWindow; variable 6044 WindowInfo touchWindow; variable
|
| D | input_windows_manager_ex_test.cpp | 639 std::optional<WindowInfo> touchWindow = inputWindowsManager->GetWindowInfo(5, 7); variable 660 std::optional<WindowInfo> touchWindow = inputWindowsManager->GetWindowInfo(6, 8); variable
|