Searched defs:touchWindow (Results 1 - 2 of 2) sorted by relevance
/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | input_windows_manager_test.cpp | 1711 WindowInfo touchWindow; in HWTEST_F() local 1732 WindowInfo touchWindow; in HWTEST_F() local 1964 WindowInfo touchWindow; in HWTEST_F() local 3314 WindowInfo touchWindow; in HWTEST_F() local 4834 WindowInfo *touchWindow; HWTEST_F() local 4868 WindowInfo touchWindow; HWTEST_F() local 4901 WindowInfo touchWindow; HWTEST_F() local 5115 WindowInfo *touchWindow = nullptr; HWTEST_F() local 5145 WindowInfo touchWindow; HWTEST_F() local 6031 WindowInfo touchWindow; HWTEST_F() local [all...] |
/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | input_windows_manager.cpp | 1344 auto touchWindow = GetWindowInfo(lastLogicX_, lastLogicY_); in UpdateDisplayInfo() local 1793 std::optional<WindowInfo> touchWindow = GetWindowInfo(logicX, logicY); in UpdateDisplayInfo() local 2512 UpdatePointerEvent(int32_t logicalX, int32_t logicalY, const std::shared_ptr<PointerEvent>& pointerEvent, const WindowInfo& touchWindow) UpdateDisplayInfo() argument 2583 auto touchWindow = SelectWindowInfo(logicalX, logicalY, pointerEvent); UpdateDisplayInfo() local 2884 GetUIExtentionWindowInfo(std::vector<WindowInfo> &uiExtentionWindowInfo, int32_t windowId, WindowInfo **touchWindow, bool &isUiExtentionWindow) UpdateDisplayInfo() argument 2898 IsValidNavigationWindow(const WindowInfo& touchWindow, double physicalX, double physicalY) UpdateDisplayInfo() argument 3076 const WindowInfo *touchWindow = nullptr; UpdateDisplayInfo() local 3418 CheckUIExtentionWindowDefaultHotArea(std::pair<int32_t, int32_t> logicalXY, bool isHotArea, const std::shared_ptr<PointerEvent> pointerEvent, const std::vector<WindowInfo>& windowInfos, const WindowInfo* touchWindow) UpdateDisplayInfo() argument 3449 PullEnterLeaveEvent(int32_t logicalX, int32_t logicalY, const std::shared_ptr<PointerEvent> pointerEvent, const WindowInfo* touchWindow) UpdateDisplayInfo() argument 3479 WindowInfo touchWindow; UpdateDisplayInfo() local [all...] |
Completed in 13 milliseconds