Searched refs:touchWindow (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | input_windows_manager.cpp | 2583 GetPointerStyle(touchWindow->pid, touchWindow->id, pointerStyle); in UpdateDisplayInfo() 2594 GetPointerStyle(touchWindow->pid, touchWindow->id, pointerStyle); in UpdateDisplayInfo() 2600 GetPointerStyle(touchWindow->pid, touchWindow->id, pointerStyle); in UpdateDisplayInfo() 2603 GetPointerStyle(touchWindow->pid, touchWindow->id, pointerStyle); in UpdateDisplayInfo() 2702 touchWindow->id, touchWindow->agentWindowId, in UpdateDisplayInfo() 2708 touchWindow->id, touchWindow->agentWindowId, in UpdateDisplayInfo() 2855 touchWindow.defaultHotAreas, touchWindow); in UpdateDisplayInfo() 3283 touchWindow->area.width, touchWindow->area.height, touchWindow->area.x, in UpdateDisplayInfo() 3284 touchWindow->area.y, touchWindow->flags, displayId, in UpdateDisplayInfo() 3294 touchWindow->area.width, touchWindow->area.height, touchWindow->area.x, in UpdateDisplayInfo() [all …]
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/include/ |
H A D | input_windows_manager.h | 236 const std::shared_ptr<PointerEvent>& pointerEvent, const WindowInfo& touchWindow); 280 bool IsValidNavigationWindow(const WindowInfo& touchWindow, double physicalX, double physicalY); 285 const std::shared_ptr<PointerEvent> pointerEvent, const WindowInfo* touchWindow); 294 const WindowInfo** touchWindow); 296 WindowInfo **touchWindow, bool &isUiExtentionWindow);
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | input_windows_manager_test.cpp | 1682 WindowInfo touchWindow; variable 1683 touchWindow.id = 2; 1703 WindowInfo touchWindow; variable 1704 touchWindow.id = 0; 1931 WindowInfo touchWindow; variable 3268 WindowInfo touchWindow; variable 3269 touchWindow.id = 1; 4744 WindowInfo *touchWindow = nullptr; variable 5026 WindowInfo *touchWindow; variable 6044 WindowInfo touchWindow; variable [all …]
|
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
|