Home
last modified time | relevance | path

Searched refs:GetAllPointerItems (Results 1 - 8 of 8) sorted by relevance

/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp761 lastTouchDownItems_ = pointerEvent->GetAllPointerItems(); in HandleTouchEventWithFlag()
781 auto moveItems = touchMoveEvent->GetAllPointerItems(); in CalcTouchOffset()
887 pointerEvent->GetAllPointerItems().size() == SWIPE_INWARD_FINGER_ONE) { in JudgeIfSwipeInward()
902 if (pointerEvent->GetAllPointerItems().begin()->GetDisplayX() >= in JudgeIfSwipeInward()
906 } else if (pointerEvent->GetAllPointerItems().begin()->GetDisplayX() <= SWIPE_INWARD_EDGE_X_THRE) { in JudgeIfSwipeInward()
/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtouch_gesture_adapter.cpp114 auto items = event->GetAllPointerItems(); in OnGestureSuccessful()
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dpointer_event.h1362 std::list<PointerItem> GetAllPointerItems() const;
/foundation/multimodalinput/input/service/window_manager/src/
H A Dtouch_drawing_manager.cpp135 && pointerEvent->GetAllPointerItems().size() == 1) { in TouchDrawHandler()
139 && pointerEvent->GetAllPointerItems().size() == 1) { in TouchDrawHandler()
H A Dinput_windows_manager.cpp237 auto items = pointerEvent->GetAllPointerItems(); in ReissueCancelTouchEvent()
862 auto items = event->GetAllPointerItems(); in OnGestureSendEvent()
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dpointer_event.cpp736 std::list<PointerEvent::PointerItem> PointerEvent::GetAllPointerItems() const in GetAllPointerItems() function in OHOS::MMI::PointerEvent
H A Dinput_manager_util.cpp748 auto pointerItems = pointerEvent->GetAllPointerItems(); in PrintPointerEventId()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp1010 std::list<PointerEvent::PointerItem> pointerItems = pointerEvent->GetAllPointerItems(); in HandleSimulateInputEvent()

Completed in 35 milliseconds