Home
last modified time | relevance | path

Searched refs:lastTouchWindowInfo_ (Results 1 - 4 of 4) sorted by relevance

/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp153 lastTouchWindowInfo_.id = -1; in InputWindowsManager()
154 lastTouchWindowInfo_.pid = -1; in InputWindowsManager()
155 lastTouchWindowInfo_.uid = -1; in InputWindowsManager()
156 lastTouchWindowInfo_.agentWindowId = -1; in InputWindowsManager()
157 lastTouchWindowInfo_.area = { 0, 0, 0, 0 }; in InputWindowsManager()
158 lastTouchWindowInfo_.flags = -1; in InputWindowsManager()
159 lastTouchWindowInfo_.windowType = 0; in InputWindowsManager()
3311 lastTouchWindowInfo_ = *touchWindow; in UpdateDisplayInfo()
3412 lastTouchWindowInfo_.id = -1; in UpdateDisplayInfo()
3455 lastTouchWindowInfo_ in UpdateDisplayInfo()
[all...]
/foundation/multimodalinput/input/service/window_manager/include/
H A Dinput_windows_manager.h349 WindowInfo lastTouchWindowInfo_; member in OHOS::MMI::final
/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_windows_manager_ex_test.cpp1546 inputWindowsManager->lastTouchWindowInfo_.id = -1; in HWTEST_F()
1547 inputWindowsManager->lastTouchWindowInfo_.pid = -1; in HWTEST_F()
1548 inputWindowsManager->lastTouchWindowInfo_.uid = -1; in HWTEST_F()
1549 inputWindowsManager->lastTouchWindowInfo_.agentWindowId = -1; in HWTEST_F()
1550 inputWindowsManager->lastTouchWindowInfo_.area = { 0, 0, 0, 0 }; in HWTEST_F()
1551 inputWindowsManager->lastTouchWindowInfo_.flags = -1; in HWTEST_F()
1552 inputWindowsManager->lastTouchWindowInfo_.windowType = 0; in HWTEST_F()
H A Dinput_windows_manager_test.cpp6040 inputWindowsMgr.lastTouchWindowInfo_.id = 100; in HWTEST_F()

Completed in 21 milliseconds