Home
last modified time | relevance | path

Searched refs:physicalDisplayId (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_windows_manager_ex_test.cpp2229 int32_t physicalDisplayId; variable
2232 (deviceId, &touch, touchInfo, physicalDisplayId));
2239 (deviceId, &touch, touchInfo, physicalDisplayId));
2244 (deviceId, &touch, touchInfo, physicalDisplayId));
2249 (deviceId, &touch, touchInfo, physicalDisplayId));
2254 (deviceId, &touch, touchInfo, physicalDisplayId));
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp1712 EventTouch& touchInfo, int32_t& physicalDisplayId) in UpdateDisplayInfo() argument
1721 physicalDisplayId = info->id; in UpdateDisplayInfo()