Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp1211 PointerEvent::PointerItem currentPointerItem; in UpdateDisplayInfo() local
1214 currentPointerItem.SetDisplayX(lastPointerItem.GetDisplayX()); in UpdateDisplayInfo()
1215 currentPointerItem.SetDisplayY(lastPointerItem.GetDisplayY()); in UpdateDisplayInfo()
1216 currentPointerItem.SetPointerId(0); in UpdateDisplayInfo()
1224 pointerEvent->AddPointerItem(currentPointerItem); in UpdateDisplayInfo()
1431 PointerEvent::PointerItem currentPointerItem; in UpdateDisplayInfo() local
1436 currentPointerItem.SetPointerId(0); in UpdateDisplayInfo()
1443 pointerEvent->AddPointerItem(currentPointerItem); in UpdateDisplayInfo()
3452 PointerEvent::PointerItem currentPointerItem; in UpdateDisplayInfo() local
3457 currentPointerItem.SetPointerId(lastPointerId); in UpdateDisplayInfo()
[all …]