Searched defs:touchWindow (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | input_windows_manager.cpp | 1339 auto touchWindow = GetWindowInfo(lastLogicX_, lastLogicY_); in UpdateDisplayInfo() local 1790 std::optional<WindowInfo> touchWindow = GetWindowInfo(logicX, logicY); in UpdateDisplayInfo() local 2454 const std::shared_ptr<PointerEvent>& pointerEvent, const WindowInfo& touchWindow) in UpdateDisplayInfo() 2524 auto touchWindow = SelectWindowInfo(logicalX, logicalY, pointerEvent); in UpdateDisplayInfo() local 2832 WindowInfo **touchWindow, bool &isUiExtentionWindow) in UpdateDisplayInfo() 2850 bool InputWindowsManager::IsValidNavigationWindow(const WindowInfo& touchWindow, double physicalX, … in UpdateDisplayInfo() 3023 const WindowInfo *touchWindow = nullptr; in UpdateDisplayInfo() local 3359 const std::vector<WindowInfo>& windowInfos, const WindowInfo** touchWindow) in UpdateDisplayInfo() 3390 const std::shared_ptr<PointerEvent> pointerEvent, const WindowInfo* touchWindow) in UpdateDisplayInfo() 3419 WindowInfo touchWindow; in UpdateDisplayInfo() local
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/ |
H A 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
|
H A 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
|